Breaking the pixel code


The first two digits represent the amount of red in the pixel.
The second two represent green.
The last two represent blue.
There are 255 possible combinations for each pair.

FF0000 is pure Red.

FFFF00 is pure Yellow.

00FF00 is pure Green.

00FFFF is pure Cyan.

0000FF is pure Blue.

FF00FF is pure Magenta.


RED

GREEN

BLUE


This color in this box is that represented by the hexadecimal number 47C3ED above.

Next page