Shades of Neon Pink #FF66DF
Tints of Neon Pink #FF66DF
RGB
CMYK
RGB Variations
Color information
#FF66DF (or 0xFF66DF) is known color: Neon Pink. HEX triplet: FF, 66 and DF. RGB value is (255,102,223). Sum of RGB (Red+Green+Blue) = 255+102+223=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 102 (40.23% from 255 or 17.59% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66DF is #009920. Grayscale: #A1A1A1. Windows color (decimal): -39201 or 14640895. OLE color: 14640895.
HSL color Cylindrical-coordinate representation of color #FF66DF: hue angle of 312.55º 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 #FF66DF is Cyan = 0, Magento = 0.6, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 223 | - |
| CMYK | 0 | 0.6 | 0.13 | 0 |
| HSL | 312.55º | 1% | 0.7% | - |
| HSV(B) | 312.55º | 0.6% | 1% | - |
| XYZ | 59.31 | 36.09 | 73.65 | - |
| YUV | 161.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 223 | 0 | 0.6 | 0.13 | 0 | 312.55 | 1 | 0.7 |
| Hex | FF | 66 | DF | 0 | 3C | D | 0 | 139 | 64 | 46 |
| Octal | 377 | 146 | 337 | 0 | 74 | 15 | 0 | 471 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11011111 | 0 | 111100 | 1101 | 0 | 100111001 | 1100100 | 1000110 |
Color Harmonies of #FF66DF
Complementary color
Monochromatic Colors of #FF66DF
Black with #FF66DF
Text Example
Text Example
White with #FF66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66DF; }
p { color: rgb(255,102,223); }
H1.HeaderClassName
{
color: #FF66DF;
}
.AnyTagClassName
{
color: #FF66DF;
}
</style>
background-color css
<style>
a { background-color: #FF66DF; }
a { background-color: rgb(255,102,223); }
div.DivClassName
{
background-color: #FF66DF;
}
.BgClassName
{
background-color: #FF66DF;
}
</style>
border-color css
<style>
span { border-color: #FF66DF; }
span { border-color: rgb(255,102,223); }
td.TdClassName
{
border-color: #FF66DF;
}
.TagClassName
{
border-color: #FF66DF;
}
</style>