Shades of Neon Pink #FE66D1
Tints of Neon Pink #FE66D1
RGB
CMYK
RGB Variations
Color information
#FE66D1 (or 0xFE66D1) is known color: Neon Pink. HEX triplet: FE, 66 and D1. RGB value is (254,102,209). Sum of RGB (Red+Green+Blue) = 254+102+209=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66D1 is #01992E. Grayscale: #9F9F9F. Windows color (decimal): -104751 or 13723390. OLE color: 13723390.
HSL color Cylindrical-coordinate representation of color #FE66D1: hue angle of 317.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66D1 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 209 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.00 |
| HSL | 317.76º | 0.99% | 0.7% | - |
| HSV(B) | 317.76º | 0.6% | 1% | - |
| XYZ | 57.13 | 35.18 | 64.1 | - |
| YUV | 159.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 209 | 0 | 0.60 | 0.18 | 0.00 | 317.76 | 0.99 | 0.7 |
| Hex | FE | 66 | D1 | 0 | 3C | 12 | 0 | 13E | 63 | 46 |
| Octal | 376 | 146 | 321 | 0 | 74 | 22 | 0 | 476 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11010001 | 0 | 111100 | 10010 | 0 | 100111110 | 1100011 | 1000110 |
Color Harmonies of #FE66D1
Complementary color
Monochromatic Colors of #FE66D1
Black with #FE66D1
Text Example
Text Example
White with #FE66D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66D1; }
p { color: rgb(254,102,209); }
H1.HeaderClassName
{
color: #FE66D1;
}
.AnyTagClassName
{
color: #FE66D1;
}
</style>
background-color css
<style>
a { background-color: #FE66D1; }
a { background-color: rgb(254,102,209); }
div.DivClassName
{
background-color: #FE66D1;
}
.BgClassName
{
background-color: #FE66D1;
}
</style>
border-color css
<style>
span { border-color: #FE66D1; }
span { border-color: rgb(254,102,209); }
td.TdClassName
{
border-color: #FE66D1;
}
.TagClassName
{
border-color: #FE66D1;
}
</style>