Shades of Neon Pink #FF66DA
Tints of Neon Pink #FF66DA
RGB
CMYK
RGB Variations
Color information
#FF66DA (or 0xFF66DA) is known color: Neon Pink. HEX triplet: FF, 66 and DA. RGB value is (255,102,218). Sum of RGB (Red+Green+Blue) = 255+102+218=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66DA is #009925. Grayscale: #A0A0A0. Windows color (decimal): -39206 or 14313215. OLE color: 14313215.
HSL color Cylindrical-coordinate representation of color #FF66DA: hue angle of 314.51º 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 #FF66DA is Cyan = 0, Magento = 0.6, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 218 | - |
| CMYK | 0 | 0.6 | 0.15 | 0 |
| HSL | 314.51º | 1% | 0.7% | - |
| HSV(B) | 314.51º | 0.6% | 1% | - |
| XYZ | 58.65 | 35.82 | 70.15 | - |
| YUV | 160.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 218 | 0 | 0.6 | 0.15 | 0 | 314.51 | 1 | 0.7 |
| Hex | FF | 66 | DA | 0 | 3C | F | 0 | 13B | 64 | 46 |
| Octal | 377 | 146 | 332 | 0 | 74 | 17 | 0 | 473 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11011010 | 0 | 111100 | 1111 | 0 | 100111011 | 1100100 | 1000110 |
Color Harmonies of #FF66DA
Complementary color
Monochromatic Colors of #FF66DA
Black with #FF66DA
Text Example
Text Example
White with #FF66DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66DA; }
p { color: rgb(255,102,218); }
H1.HeaderClassName
{
color: #FF66DA;
}
.AnyTagClassName
{
color: #FF66DA;
}
</style>
background-color css
<style>
a { background-color: #FF66DA; }
a { background-color: rgb(255,102,218); }
div.DivClassName
{
background-color: #FF66DA;
}
.BgClassName
{
background-color: #FF66DA;
}
</style>
border-color css
<style>
span { border-color: #FF66DA; }
span { border-color: rgb(255,102,218); }
td.TdClassName
{
border-color: #FF66DA;
}
.TagClassName
{
border-color: #FF66DA;
}
</style>