Shades of Neon Pink #FF66CB
Tints of Neon Pink #FF66CB
RGB
CMYK
RGB Variations
Color information
#FF66CB (or 0xFF66CB) is known color: Neon Pink. HEX triplet: FF, 66 and CB. RGB value is (255,102,203). Sum of RGB (Red+Green+Blue) = 255+102+203=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66CB is #009934. Grayscale: #9F9F9F. Windows color (decimal): -39221 or 13330175. OLE color: 13330175.
HSL color Cylindrical-coordinate representation of color #FF66CB: hue angle of 320.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66CB is Cyan = 0, Magento = 0.6, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 203 | - |
| CMYK | 0 | 0.6 | 0.20 | 0 |
| HSL | 320.39º | 1% | 0.7% | - |
| HSV(B) | 320.39º | 0.6% | 1% | - |
| XYZ | 56.77 | 35.07 | 60.28 | - |
| YUV | 159.26 | 152.69 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 203 | 0 | 0.6 | 0.20 | 0 | 320.39 | 1 | 0.7 |
| Hex | FF | 66 | CB | 0 | 3C | 14 | 0 | 140 | 64 | 46 |
| Octal | 377 | 146 | 313 | 0 | 74 | 24 | 0 | 500 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11001011 | 0 | 111100 | 10100 | 0 | 101000000 | 1100100 | 1000110 |
Color Harmonies of #FF66CB
Complementary color
Monochromatic Colors of #FF66CB
Black with #FF66CB
Text Example
Text Example
White with #FF66CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66CB; }
p { color: rgb(255,102,203); }
H1.HeaderClassName
{
color: #FF66CB;
}
.AnyTagClassName
{
color: #FF66CB;
}
</style>
background-color css
<style>
a { background-color: #FF66CB; }
a { background-color: rgb(255,102,203); }
div.DivClassName
{
background-color: #FF66CB;
}
.BgClassName
{
background-color: #FF66CB;
}
</style>
border-color css
<style>
span { border-color: #FF66CB; }
span { border-color: rgb(255,102,203); }
td.TdClassName
{
border-color: #FF66CB;
}
.TagClassName
{
border-color: #FF66CB;
}
</style>