Shades of Neon Pink #FF66D1
Tints of Neon Pink #FF66D1
RGB
CMYK
RGB Variations
Color information
#FF66D1 (or 0xFF66D1) is known color: Neon Pink. HEX triplet: FF, 66 and D1. RGB value is (255,102,209). Sum of RGB (Red+Green+Blue) = 255+102+209=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66D1 is #00992E. Grayscale: #9F9F9F. Windows color (decimal): -39215 or 13723391. OLE color: 13723391.
HSL color Cylindrical-coordinate representation of color #FF66D1: hue angle of 318.04º 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 #FF66D1 is Cyan = 0, Magento = 0.6, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 209 | - |
| CMYK | 0 | 0.6 | 0.18 | 0 |
| HSL | 318.04º | 1% | 0.7% | - |
| HSV(B) | 318.04º | 0.6% | 1% | - |
| XYZ | 57.5 | 35.37 | 64.12 | - |
| YUV | 159.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 209 | 0 | 0.6 | 0.18 | 0 | 318.04 | 1 | 0.7 |
| Hex | FF | 66 | D1 | 0 | 3C | 12 | 0 | 13E | 64 | 46 |
| Octal | 377 | 146 | 321 | 0 | 74 | 22 | 0 | 476 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11010001 | 0 | 111100 | 10010 | 0 | 100111110 | 1100100 | 1000110 |
Color Harmonies of #FF66D1
Complementary color
Monochromatic Colors of #FF66D1
Black with #FF66D1
Text Example
Text Example
White with #FF66D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66D1; }
p { color: rgb(255,102,209); }
H1.HeaderClassName
{
color: #FF66D1;
}
.AnyTagClassName
{
color: #FF66D1;
}
</style>
background-color css
<style>
a { background-color: #FF66D1; }
a { background-color: rgb(255,102,209); }
div.DivClassName
{
background-color: #FF66D1;
}
.BgClassName
{
background-color: #FF66D1;
}
</style>
border-color css
<style>
span { border-color: #FF66D1; }
span { border-color: rgb(255,102,209); }
td.TdClassName
{
border-color: #FF66D1;
}
.TagClassName
{
border-color: #FF66D1;
}
</style>