Shades of Neon Pink #FF66DE
Tints of Neon Pink #FF66DE
RGB
CMYK
RGB Variations
Color information
#FF66DE (or 0xFF66DE) is known color: Neon Pink. HEX triplet: FF, 66 and DE. RGB value is (255,102,222). Sum of RGB (Red+Green+Blue) = 255+102+222=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 102 (40.23% from 255 or 17.62% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66DE is #009921. Grayscale: #A1A1A1. Windows color (decimal): -39202 or 14575359. OLE color: 14575359.
HSL color Cylindrical-coordinate representation of color #FF66DE: hue angle of 312.94º 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 #FF66DE is Cyan = 0, Magento = 0.6, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 222 | - |
| CMYK | 0 | 0.6 | 0.13 | 0 |
| HSL | 312.94º | 1% | 0.7% | - |
| HSV(B) | 312.94º | 0.6% | 1% | - |
| XYZ | 59.18 | 36.04 | 72.94 | - |
| YUV | 161.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 222 | 0 | 0.6 | 0.13 | 0 | 312.94 | 1 | 0.7 |
| Hex | FF | 66 | DE | 0 | 3C | D | 0 | 139 | 64 | 46 |
| Octal | 377 | 146 | 336 | 0 | 74 | 15 | 0 | 471 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11011110 | 0 | 111100 | 1101 | 0 | 100111001 | 1100100 | 1000110 |
Color Harmonies of #FF66DE
Complementary color
Monochromatic Colors of #FF66DE
Black with #FF66DE
Text Example
Text Example
White with #FF66DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66DE; }
p { color: rgb(255,102,222); }
H1.HeaderClassName
{
color: #FF66DE;
}
.AnyTagClassName
{
color: #FF66DE;
}
</style>
background-color css
<style>
a { background-color: #FF66DE; }
a { background-color: rgb(255,102,222); }
div.DivClassName
{
background-color: #FF66DE;
}
.BgClassName
{
background-color: #FF66DE;
}
</style>
border-color css
<style>
span { border-color: #FF66DE; }
span { border-color: rgb(255,102,222); }
td.TdClassName
{
border-color: #FF66DE;
}
.TagClassName
{
border-color: #FF66DE;
}
</style>