Shades of Neon Pink #FE76D8
Tints of Neon Pink #FE76D8
RGB
CMYK
RGB Variations
Color information
#FE76D8 (or 0xFE76D8) is known color: Neon Pink. HEX triplet: FE, 76 and D8. RGB value is (254,118,216). Sum of RGB (Red+Green+Blue) = 254+118+216=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 118 (46.48% from 255 or 20.07% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76D8 is #018927. Grayscale: #A9A9A9. Windows color (decimal): -100648 or 14186238. OLE color: 14186238.
HSL color Cylindrical-coordinate representation of color #FE76D8: hue angle of 316.76º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE76D8 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 216 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.00 |
| HSL | 316.76º | 0.99% | 0.73% | - |
| HSV(B) | 316.76º | 0.54% | 1% | - |
| XYZ | 59.75 | 38.99 | 69.34 | - |
| YUV | 169.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 216 | 0 | 0.54 | 0.15 | 0.00 | 316.76 | 0.99 | 0.73 |
| Hex | FE | 76 | D8 | 0 | 36 | F | 0 | 13D | 63 | 49 |
| Octal | 376 | 166 | 330 | 0 | 66 | 17 | 0 | 475 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11011000 | 0 | 110110 | 1111 | 0 | 100111101 | 1100011 | 1001001 |
Color Harmonies of #FE76D8
Complementary color
Monochromatic Colors of #FE76D8
Black with #FE76D8
Text Example
Text Example
White with #FE76D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76D8; }
p { color: rgb(254,118,216); }
H1.HeaderClassName
{
color: #FE76D8;
}
.AnyTagClassName
{
color: #FE76D8;
}
</style>
background-color css
<style>
a { background-color: #FE76D8; }
a { background-color: rgb(254,118,216); }
div.DivClassName
{
background-color: #FE76D8;
}
.BgClassName
{
background-color: #FE76D8;
}
</style>
border-color css
<style>
span { border-color: #FE76D8; }
span { border-color: rgb(254,118,216); }
td.TdClassName
{
border-color: #FE76D8;
}
.TagClassName
{
border-color: #FE76D8;
}
</style>