Shades of Neon Pink #FE66D5
Tints of Neon Pink #FE66D5
RGB
CMYK
RGB Variations
Color information
#FE66D5 (or 0xFE66D5) is known color: Neon Pink. HEX triplet: FE, 66 and D5. RGB value is (254,102,213). Sum of RGB (Red+Green+Blue) = 254+102+213=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66D5 is #01992A. Grayscale: #9F9F9F. Windows color (decimal): -104747 or 13985534. OLE color: 13985534.
HSL color Cylindrical-coordinate representation of color #FE66D5: hue angle of 316.18º 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 #FE66D5 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 213 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.00 |
| HSL | 316.18º | 0.99% | 0.7% | - |
| HSV(B) | 316.18º | 0.6% | 1% | - |
| XYZ | 57.63 | 35.38 | 66.74 | - |
| YUV | 160.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 213 | 0 | 0.60 | 0.16 | 0.00 | 316.18 | 0.99 | 0.7 |
| Hex | FE | 66 | D5 | 0 | 3C | 10 | 0 | 13C | 63 | 46 |
| Octal | 376 | 146 | 325 | 0 | 74 | 20 | 0 | 474 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11010101 | 0 | 111100 | 10000 | 0 | 100111100 | 1100011 | 1000110 |
Color Harmonies of #FE66D5
Complementary color
Monochromatic Colors of #FE66D5
Black with #FE66D5
Text Example
Text Example
White with #FE66D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66D5; }
p { color: rgb(254,102,213); }
H1.HeaderClassName
{
color: #FE66D5;
}
.AnyTagClassName
{
color: #FE66D5;
}
</style>
background-color css
<style>
a { background-color: #FE66D5; }
a { background-color: rgb(254,102,213); }
div.DivClassName
{
background-color: #FE66D5;
}
.BgClassName
{
background-color: #FE66D5;
}
</style>
border-color css
<style>
span { border-color: #FE66D5; }
span { border-color: rgb(254,102,213); }
td.TdClassName
{
border-color: #FE66D5;
}
.TagClassName
{
border-color: #FE66D5;
}
</style>