Shades of Neon Pink #FF66D6
Tints of Neon Pink #FF66D6
RGB
CMYK
RGB Variations
Color information
#FF66D6 (or 0xFF66D6) is known color: Neon Pink. HEX triplet: FF, 66 and D6. RGB value is (255,102,214). Sum of RGB (Red+Green+Blue) = 255+102+214=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 102 (40.23% from 255 or 17.86% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66D6 is #009929. Grayscale: #A0A0A0. Windows color (decimal): -39210 or 14051071. OLE color: 14051071.
HSL color Cylindrical-coordinate representation of color #FF66D6: hue angle of 316.08º 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 #FF66D6 is Cyan = 0, Magento = 0.6, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 214 | - |
| CMYK | 0 | 0.6 | 0.16 | 0 |
| HSL | 316.08º | 1% | 0.7% | - |
| HSV(B) | 316.08º | 0.6% | 1% | - |
| XYZ | 58.13 | 35.62 | 67.43 | - |
| YUV | 160.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 214 | 0 | 0.6 | 0.16 | 0 | 316.08 | 1 | 0.7 |
| Hex | FF | 66 | D6 | 0 | 3C | 10 | 0 | 13C | 64 | 46 |
| Octal | 377 | 146 | 326 | 0 | 74 | 20 | 0 | 474 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11010110 | 0 | 111100 | 10000 | 0 | 100111100 | 1100100 | 1000110 |
Color Harmonies of #FF66D6
Complementary color
Monochromatic Colors of #FF66D6
Black with #FF66D6
Text Example
Text Example
White with #FF66D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66D6; }
p { color: rgb(255,102,214); }
H1.HeaderClassName
{
color: #FF66D6;
}
.AnyTagClassName
{
color: #FF66D6;
}
</style>
background-color css
<style>
a { background-color: #FF66D6; }
a { background-color: rgb(255,102,214); }
div.DivClassName
{
background-color: #FF66D6;
}
.BgClassName
{
background-color: #FF66D6;
}
</style>
border-color css
<style>
span { border-color: #FF66D6; }
span { border-color: rgb(255,102,214); }
td.TdClassName
{
border-color: #FF66D6;
}
.TagClassName
{
border-color: #FF66D6;
}
</style>