Shades of Neon Pink #FE7AC8
Tints of Neon Pink #FE7AC8
RGB
CMYK
RGB Variations
Color information
#FE7AC8 (or 0xFE7AC8) is known color: Neon Pink. HEX triplet: FE, 7A and C8. RGB value is (254,122,200). Sum of RGB (Red+Green+Blue) = 254+122+200=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7AC8 is #018537. Grayscale: #AAAAAA. Windows color (decimal): -99640 or 13138686. OLE color: 13138686.
HSL color Cylindrical-coordinate representation of color #FE7AC8: hue angle of 324.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7AC8 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 200 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.00 |
| HSL | 324.55º | 0.99% | 0.74% | - |
| HSV(B) | 324.55º | 0.52% | 1% | - |
| XYZ | 58.26 | 39.16 | 59.13 | - |
| YUV | 170.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 200 | 0 | 0.52 | 0.21 | 0.00 | 324.55 | 0.99 | 0.74 |
| Hex | FE | 7A | C8 | 0 | 34 | 15 | 0 | 145 | 63 | 4A |
| Octal | 376 | 172 | 310 | 0 | 64 | 25 | 0 | 505 | 143 | 112 |
| Binary | 11111110 | 1111010 | 11001000 | 0 | 110100 | 10101 | 0 | 101000101 | 1100011 | 1001010 |
Color Harmonies of #FE7AC8
Complementary color
Monochromatic Colors of #FE7AC8
Black with #FE7AC8
Text Example
Text Example
White with #FE7AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7AC8; }
p { color: rgb(254,122,200); }
H1.HeaderClassName
{
color: #FE7AC8;
}
.AnyTagClassName
{
color: #FE7AC8;
}
</style>
background-color css
<style>
a { background-color: #FE7AC8; }
a { background-color: rgb(254,122,200); }
div.DivClassName
{
background-color: #FE7AC8;
}
.BgClassName
{
background-color: #FE7AC8;
}
</style>
border-color css
<style>
span { border-color: #FE7AC8; }
span { border-color: rgb(254,122,200); }
td.TdClassName
{
border-color: #FE7AC8;
}
.TagClassName
{
border-color: #FE7AC8;
}
</style>