Shades of Neon Pink #FF66DB
Tints of Neon Pink #FF66DB
RGB
CMYK
RGB Variations
Color information
#FF66DB (or 0xFF66DB) is known color: Neon Pink. HEX triplet: FF, 66 and DB. RGB value is (255,102,219). Sum of RGB (Red+Green+Blue) = 255+102+219=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 102 (40.23% from 255 or 17.71% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66DB is #009924. Grayscale: #A0A0A0. Windows color (decimal): -39205 or 14378751. OLE color: 14378751.
HSL color Cylindrical-coordinate representation of color #FF66DB: hue angle of 314.12º 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 #FF66DB is Cyan = 0, Magento = 0.6, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 219 | - |
| CMYK | 0 | 0.6 | 0.14 | 0 |
| HSL | 314.12º | 1% | 0.7% | - |
| HSV(B) | 314.12º | 0.6% | 1% | - |
| XYZ | 58.78 | 35.88 | 70.84 | - |
| YUV | 161.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 219 | 0 | 0.6 | 0.14 | 0 | 314.12 | 1 | 0.7 |
| Hex | FF | 66 | DB | 0 | 3C | E | 0 | 13A | 64 | 46 |
| Octal | 377 | 146 | 333 | 0 | 74 | 16 | 0 | 472 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11011011 | 0 | 111100 | 1110 | 0 | 100111010 | 1100100 | 1000110 |
Color Harmonies of #FF66DB
Complementary color
Monochromatic Colors of #FF66DB
Black with #FF66DB
Text Example
Text Example
White with #FF66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66DB; }
p { color: rgb(255,102,219); }
H1.HeaderClassName
{
color: #FF66DB;
}
.AnyTagClassName
{
color: #FF66DB;
}
</style>
background-color css
<style>
a { background-color: #FF66DB; }
a { background-color: rgb(255,102,219); }
div.DivClassName
{
background-color: #FF66DB;
}
.BgClassName
{
background-color: #FF66DB;
}
</style>
border-color css
<style>
span { border-color: #FF66DB; }
span { border-color: rgb(255,102,219); }
td.TdClassName
{
border-color: #FF66DB;
}
.TagClassName
{
border-color: #FF66DB;
}
</style>