Shades of Neon Pink #FF66CE
Tints of Neon Pink #FF66CE
RGB
CMYK
RGB Variations
Color information
#FF66CE (or 0xFF66CE) is known color: Neon Pink. HEX triplet: FF, 66 and CE. RGB value is (255,102,206). Sum of RGB (Red+Green+Blue) = 255+102+206=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66CE is #009931. Grayscale: #9F9F9F. Windows color (decimal): -39218 or 13526783. OLE color: 13526783.
HSL color Cylindrical-coordinate representation of color #FF66CE: hue angle of 319.22º 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 #FF66CE is Cyan = 0, Magento = 0.6, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 206 | - |
| CMYK | 0 | 0.6 | 0.19 | 0 |
| HSL | 319.22º | 1% | 0.7% | - |
| HSV(B) | 319.22º | 0.6% | 1% | - |
| XYZ | 57.13 | 35.22 | 62.18 | - |
| YUV | 159.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 206 | 0 | 0.6 | 0.19 | 0 | 319.22 | 1 | 0.7 |
| Hex | FF | 66 | CE | 0 | 3C | 13 | 0 | 13F | 64 | 46 |
| Octal | 377 | 146 | 316 | 0 | 74 | 23 | 0 | 477 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11001110 | 0 | 111100 | 10011 | 0 | 100111111 | 1100100 | 1000110 |
Color Harmonies of #FF66CE
Complementary color
Monochromatic Colors of #FF66CE
Black with #FF66CE
Text Example
Text Example
White with #FF66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66CE; }
p { color: rgb(255,102,206); }
H1.HeaderClassName
{
color: #FF66CE;
}
.AnyTagClassName
{
color: #FF66CE;
}
</style>
background-color css
<style>
a { background-color: #FF66CE; }
a { background-color: rgb(255,102,206); }
div.DivClassName
{
background-color: #FF66CE;
}
.BgClassName
{
background-color: #FF66CE;
}
</style>
border-color css
<style>
span { border-color: #FF66CE; }
span { border-color: rgb(255,102,206); }
td.TdClassName
{
border-color: #FF66CE;
}
.TagClassName
{
border-color: #FF66CE;
}
</style>