Shades of Neon Pink #FE76D0
Tints of Neon Pink #FE76D0
RGB
CMYK
RGB Variations
Color information
#FE76D0 (or 0xFE76D0) is known color: Neon Pink. HEX triplet: FE, 76 and D0. RGB value is (254,118,208). Sum of RGB (Red+Green+Blue) = 254+118+208=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76D0 is #01892F. Grayscale: #A8A8A8. Windows color (decimal): -100656 or 13661950. OLE color: 13661950.
HSL color Cylindrical-coordinate representation of color #FE76D0: hue angle of 320.29º 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 #FE76D0 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 208 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.00 |
| HSL | 320.29º | 0.99% | 0.73% | - |
| HSV(B) | 320.29º | 0.54% | 1% | - |
| XYZ | 58.74 | 38.58 | 64.03 | - |
| YUV | 168.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 208 | 0 | 0.54 | 0.18 | 0.00 | 320.29 | 0.99 | 0.73 |
| Hex | FE | 76 | D0 | 0 | 36 | 12 | 0 | 140 | 63 | 49 |
| Octal | 376 | 166 | 320 | 0 | 66 | 22 | 0 | 500 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11010000 | 0 | 110110 | 10010 | 0 | 101000000 | 1100011 | 1001001 |
Color Harmonies of #FE76D0
Complementary color
Monochromatic Colors of #FE76D0
Black with #FE76D0
Text Example
Text Example
White with #FE76D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76D0; }
p { color: rgb(254,118,208); }
H1.HeaderClassName
{
color: #FE76D0;
}
.AnyTagClassName
{
color: #FE76D0;
}
</style>
background-color css
<style>
a { background-color: #FE76D0; }
a { background-color: rgb(254,118,208); }
div.DivClassName
{
background-color: #FE76D0;
}
.BgClassName
{
background-color: #FE76D0;
}
</style>
border-color css
<style>
span { border-color: #FE76D0; }
span { border-color: rgb(254,118,208); }
td.TdClassName
{
border-color: #FE76D0;
}
.TagClassName
{
border-color: #FE76D0;
}
</style>