Shades of Neon Pink #FE76C8
Tints of Neon Pink #FE76C8
RGB
CMYK
RGB Variations
Color information
#FE76C8 (or 0xFE76C8) is known color: Neon Pink. HEX triplet: FE, 76 and C8. RGB value is (254,118,200). Sum of RGB (Red+Green+Blue) = 254+118+200=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76C8 is #018937. Grayscale: #A7A7A7. Windows color (decimal): -100664 or 13137662. OLE color: 13137662.
HSL color Cylindrical-coordinate representation of color #FE76C8: hue angle of 323.82º 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 #FE76C8 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 200 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.00 |
| HSL | 323.82º | 0.99% | 0.73% | - |
| HSV(B) | 323.82º | 0.54% | 1% | - |
| XYZ | 57.78 | 38.2 | 58.97 | - |
| YUV | 168.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 200 | 0 | 0.54 | 0.21 | 0.00 | 323.82 | 0.99 | 0.73 |
| Hex | FE | 76 | C8 | 0 | 36 | 15 | 0 | 144 | 63 | 49 |
| Octal | 376 | 166 | 310 | 0 | 66 | 25 | 0 | 504 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11001000 | 0 | 110110 | 10101 | 0 | 101000100 | 1100011 | 1001001 |
Color Harmonies of #FE76C8
Complementary color
Monochromatic Colors of #FE76C8
Black with #FE76C8
Text Example
Text Example
White with #FE76C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76C8; }
p { color: rgb(254,118,200); }
H1.HeaderClassName
{
color: #FE76C8;
}
.AnyTagClassName
{
color: #FE76C8;
}
</style>
background-color css
<style>
a { background-color: #FE76C8; }
a { background-color: rgb(254,118,200); }
div.DivClassName
{
background-color: #FE76C8;
}
.BgClassName
{
background-color: #FE76C8;
}
</style>
border-color css
<style>
span { border-color: #FE76C8; }
span { border-color: rgb(254,118,200); }
td.TdClassName
{
border-color: #FE76C8;
}
.TagClassName
{
border-color: #FE76C8;
}
</style>