Shades of Neon Pink #FE5ACC
Tints of Neon Pink #FE5ACC
RGB
CMYK
RGB Variations
Color information
#FE5ACC (or 0xFE5ACC) is known color: Neon Pink. HEX triplet: FE, 5A and CC. RGB value is (254,90,204). Sum of RGB (Red+Green+Blue) = 254+90+204=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ACC is #01A533. Grayscale: #979797. Windows color (decimal): -107828 or 13392638. OLE color: 13392638.
HSL color Cylindrical-coordinate representation of color #FE5ACC: hue angle of 318.29º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5ACC is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 204 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.00 |
| HSL | 318.29º | 0.99% | 0.67% | - |
| HSV(B) | 318.29º | 0.65% | 1% | - |
| XYZ | 55.43 | 32.74 | 60.53 | - |
| YUV | 152.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 204 | 0 | 0.65 | 0.20 | 0.00 | 318.29 | 0.99 | 0.67 |
| Hex | FE | 5A | CC | 0 | 41 | 14 | 0 | 13E | 63 | 43 |
| Octal | 376 | 132 | 314 | 0 | 101 | 24 | 0 | 476 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11001100 | 0 | 1000001 | 10100 | 0 | 100111110 | 1100011 | 1000011 |
Color Harmonies of #FE5ACC
Complementary color
Monochromatic Colors of #FE5ACC
Black with #FE5ACC
Text Example
Text Example
White with #FE5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5ACC; }
p { color: rgb(254,90,204); }
H1.HeaderClassName
{
color: #FE5ACC;
}
.AnyTagClassName
{
color: #FE5ACC;
}
</style>
background-color css
<style>
a { background-color: #FE5ACC; }
a { background-color: rgb(254,90,204); }
div.DivClassName
{
background-color: #FE5ACC;
}
.BgClassName
{
background-color: #FE5ACC;
}
</style>
border-color css
<style>
span { border-color: #FE5ACC; }
span { border-color: rgb(254,90,204); }
td.TdClassName
{
border-color: #FE5ACC;
}
.TagClassName
{
border-color: #FE5ACC;
}
</style>