Shades of Neon Pink #FF66DD
Tints of Neon Pink #FF66DD
RGB
CMYK
RGB Variations
Color information
#FF66DD (or 0xFF66DD) is known color: Neon Pink. HEX triplet: FF, 66 and DD. RGB value is (255,102,221). Sum of RGB (Red+Green+Blue) = 255+102+221=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66DD is #009922. Grayscale: #A0A0A0. Windows color (decimal): -39203 or 14509823. OLE color: 14509823.
HSL color Cylindrical-coordinate representation of color #FF66DD: hue angle of 313.33º 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 #FF66DD is Cyan = 0, Magento = 0.6, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 221 | - |
| CMYK | 0 | 0.6 | 0.13 | 0 |
| HSL | 313.33º | 1% | 0.7% | - |
| HSV(B) | 313.33º | 0.6% | 1% | - |
| XYZ | 59.04 | 35.98 | 72.24 | - |
| YUV | 161.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 221 | 0 | 0.6 | 0.13 | 0 | 313.33 | 1 | 0.7 |
| Hex | FF | 66 | DD | 0 | 3C | D | 0 | 139 | 64 | 46 |
| Octal | 377 | 146 | 335 | 0 | 74 | 15 | 0 | 471 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11011101 | 0 | 111100 | 1101 | 0 | 100111001 | 1100100 | 1000110 |
Color Harmonies of #FF66DD
Complementary color
Monochromatic Colors of #FF66DD
Black with #FF66DD
Text Example
Text Example
White with #FF66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66DD; }
p { color: rgb(255,102,221); }
H1.HeaderClassName
{
color: #FF66DD;
}
.AnyTagClassName
{
color: #FF66DD;
}
</style>
background-color css
<style>
a { background-color: #FF66DD; }
a { background-color: rgb(255,102,221); }
div.DivClassName
{
background-color: #FF66DD;
}
.BgClassName
{
background-color: #FF66DD;
}
</style>
border-color css
<style>
span { border-color: #FF66DD; }
span { border-color: rgb(255,102,221); }
td.TdClassName
{
border-color: #FF66DD;
}
.TagClassName
{
border-color: #FF66DD;
}
</style>