Shades of Neon Pink #FE66D9
Tints of Neon Pink #FE66D9
RGB
CMYK
RGB Variations
Color information
#FE66D9 (or 0xFE66D9) is known color: Neon Pink. HEX triplet: FE, 66 and D9. RGB value is (254,102,217). Sum of RGB (Red+Green+Blue) = 254+102+217=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 102 (40.23% from 255 or 17.80% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66D9 is #019926. Grayscale: #A0A0A0. Windows color (decimal): -104743 or 14247678. OLE color: 14247678.
HSL color Cylindrical-coordinate representation of color #FE66D9: hue angle of 314.61º 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 #FE66D9 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 217 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.00 |
| HSL | 314.61º | 0.99% | 0.7% | - |
| HSV(B) | 314.61º | 0.6% | 1% | - |
| XYZ | 58.15 | 35.58 | 69.45 | - |
| YUV | 160.56 | 159.86 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 217 | 0 | 0.60 | 0.15 | 0.00 | 314.61 | 0.99 | 0.7 |
| Hex | FE | 66 | D9 | 0 | 3C | F | 0 | 13B | 63 | 46 |
| Octal | 376 | 146 | 331 | 0 | 74 | 17 | 0 | 473 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11011001 | 0 | 111100 | 1111 | 0 | 100111011 | 1100011 | 1000110 |
Color Harmonies of #FE66D9
Complementary color
Monochromatic Colors of #FE66D9
Black with #FE66D9
Text Example
Text Example
White with #FE66D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66D9; }
p { color: rgb(254,102,217); }
H1.HeaderClassName
{
color: #FE66D9;
}
.AnyTagClassName
{
color: #FE66D9;
}
</style>
background-color css
<style>
a { background-color: #FE66D9; }
a { background-color: rgb(254,102,217); }
div.DivClassName
{
background-color: #FE66D9;
}
.BgClassName
{
background-color: #FE66D9;
}
</style>
border-color css
<style>
span { border-color: #FE66D9; }
span { border-color: rgb(254,102,217); }
td.TdClassName
{
border-color: #FE66D9;
}
.TagClassName
{
border-color: #FE66D9;
}
</style>