Shades of Neon Pink #FE66D2
Tints of Neon Pink #FE66D2
RGB
CMYK
RGB Variations
Color information
#FE66D2 (or 0xFE66D2) is known color: Neon Pink. HEX triplet: FE, 66 and D2. RGB value is (254,102,210). Sum of RGB (Red+Green+Blue) = 254+102+210=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66D2 is #01992D. Grayscale: #9F9F9F. Windows color (decimal): -104750 or 13788926. OLE color: 13788926.
HSL color Cylindrical-coordinate representation of color #FE66D2: hue angle of 317.37º 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 #FE66D2 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 210 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.00 |
| HSL | 317.37º | 0.99% | 0.7% | - |
| HSV(B) | 317.37º | 0.6% | 1% | - |
| XYZ | 57.26 | 35.23 | 64.75 | - |
| YUV | 159.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 210 | 0 | 0.60 | 0.17 | 0.00 | 317.37 | 0.99 | 0.7 |
| Hex | FE | 66 | D2 | 0 | 3C | 11 | 0 | 13D | 63 | 46 |
| Octal | 376 | 146 | 322 | 0 | 74 | 21 | 0 | 475 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11010010 | 0 | 111100 | 10001 | 0 | 100111101 | 1100011 | 1000110 |
Color Harmonies of #FE66D2
Complementary color
Monochromatic Colors of #FE66D2
Black with #FE66D2
Text Example
Text Example
White with #FE66D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66D2; }
p { color: rgb(254,102,210); }
H1.HeaderClassName
{
color: #FE66D2;
}
.AnyTagClassName
{
color: #FE66D2;
}
</style>
background-color css
<style>
a { background-color: #FE66D2; }
a { background-color: rgb(254,102,210); }
div.DivClassName
{
background-color: #FE66D2;
}
.BgClassName
{
background-color: #FE66D2;
}
</style>
border-color css
<style>
span { border-color: #FE66D2; }
span { border-color: rgb(254,102,210); }
td.TdClassName
{
border-color: #FE66D2;
}
.TagClassName
{
border-color: #FE66D2;
}
</style>