Shades of Neon Pink #FE7ACC
Tints of Neon Pink #FE7ACC
RGB
CMYK
RGB Variations
Color information
#FE7ACC (or 0xFE7ACC) is known color: Neon Pink. HEX triplet: FE, 7A and CC. RGB value is (254,122,204). Sum of RGB (Red+Green+Blue) = 254+122+204=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ACC is #018533. Grayscale: #AAAAAA. Windows color (decimal): -99636 or 13400830. OLE color: 13400830.
HSL color Cylindrical-coordinate representation of color #FE7ACC: hue angle of 322.73º 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 #FE7ACC is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 204 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.00 |
| HSL | 322.73º | 0.99% | 0.74% | - |
| HSV(B) | 322.73º | 0.52% | 1% | - |
| XYZ | 58.73 | 39.35 | 61.63 | - |
| YUV | 170.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 204 | 0 | 0.52 | 0.20 | 0.00 | 322.73 | 0.99 | 0.74 |
| Hex | FE | 7A | CC | 0 | 34 | 14 | 0 | 143 | 63 | 4A |
| Octal | 376 | 172 | 314 | 0 | 64 | 24 | 0 | 503 | 143 | 112 |
| Binary | 11111110 | 1111010 | 11001100 | 0 | 110100 | 10100 | 0 | 101000011 | 1100011 | 1001010 |
Color Harmonies of #FE7ACC
Complementary color
Monochromatic Colors of #FE7ACC
Black with #FE7ACC
Text Example
Text Example
White with #FE7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7ACC; }
p { color: rgb(254,122,204); }
H1.HeaderClassName
{
color: #FE7ACC;
}
.AnyTagClassName
{
color: #FE7ACC;
}
</style>
background-color css
<style>
a { background-color: #FE7ACC; }
a { background-color: rgb(254,122,204); }
div.DivClassName
{
background-color: #FE7ACC;
}
.BgClassName
{
background-color: #FE7ACC;
}
</style>
border-color css
<style>
span { border-color: #FE7ACC; }
span { border-color: rgb(254,122,204); }
td.TdClassName
{
border-color: #FE7ACC;
}
.TagClassName
{
border-color: #FE7ACC;
}
</style>