Shades of Neon Pink #FE76CF
Tints of Neon Pink #FE76CF
RGB
CMYK
RGB Variations
Color information
#FE76CF (or 0xFE76CF) is known color: Neon Pink. HEX triplet: FE, 76 and CF. RGB value is (254,118,207). Sum of RGB (Red+Green+Blue) = 254+118+207=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76CF is #018930. Grayscale: #A8A8A8. Windows color (decimal): -100657 or 13596414. OLE color: 13596414.
HSL color Cylindrical-coordinate representation of color #FE76CF: hue angle of 320.74º 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 #FE76CF is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 207 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.00 |
| HSL | 320.74º | 0.99% | 0.73% | - |
| HSV(B) | 320.74º | 0.54% | 1% | - |
| XYZ | 58.61 | 38.53 | 63.38 | - |
| YUV | 168.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 207 | 0 | 0.54 | 0.19 | 0.00 | 320.74 | 0.99 | 0.73 |
| Hex | FE | 76 | CF | 0 | 36 | 13 | 0 | 141 | 63 | 49 |
| Octal | 376 | 166 | 317 | 0 | 66 | 23 | 0 | 501 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11001111 | 0 | 110110 | 10011 | 0 | 101000001 | 1100011 | 1001001 |
Color Harmonies of #FE76CF
Complementary color
Monochromatic Colors of #FE76CF
Black with #FE76CF
Text Example
Text Example
White with #FE76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76CF; }
p { color: rgb(254,118,207); }
H1.HeaderClassName
{
color: #FE76CF;
}
.AnyTagClassName
{
color: #FE76CF;
}
</style>
background-color css
<style>
a { background-color: #FE76CF; }
a { background-color: rgb(254,118,207); }
div.DivClassName
{
background-color: #FE76CF;
}
.BgClassName
{
background-color: #FE76CF;
}
</style>
border-color css
<style>
span { border-color: #FE76CF; }
span { border-color: rgb(254,118,207); }
td.TdClassName
{
border-color: #FE76CF;
}
.TagClassName
{
border-color: #FE76CF;
}
</style>