Shades of Neon Pink #FE5ACD
Tints of Neon Pink #FE5ACD
RGB
CMYK
RGB Variations
Color information
#FE5ACD (or 0xFE5ACD) is known color: Neon Pink. HEX triplet: FE, 5A and CD. RGB value is (254,90,205). Sum of RGB (Red+Green+Blue) = 254+90+205=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 90 (35.55% from 255 or 16.39% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ACD is #01A532. Grayscale: #979797. Windows color (decimal): -107827 or 13458174. OLE color: 13458174.
HSL color Cylindrical-coordinate representation of color #FE5ACD: hue angle of 317.93º 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 #FE5ACD is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 205 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.00 |
| HSL | 317.93º | 0.99% | 0.67% | - |
| HSV(B) | 317.93º | 0.65% | 1% | - |
| XYZ | 55.55 | 32.79 | 61.16 | - |
| YUV | 152.15 | 157.83 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 205 | 0 | 0.65 | 0.19 | 0.00 | 317.93 | 0.99 | 0.67 |
| Hex | FE | 5A | CD | 0 | 41 | 13 | 0 | 13E | 63 | 43 |
| Octal | 376 | 132 | 315 | 0 | 101 | 23 | 0 | 476 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11001101 | 0 | 1000001 | 10011 | 0 | 100111110 | 1100011 | 1000011 |
Color Harmonies of #FE5ACD
Complementary color
Monochromatic Colors of #FE5ACD
Black with #FE5ACD
Text Example
Text Example
White with #FE5ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5ACD; }
p { color: rgb(254,90,205); }
H1.HeaderClassName
{
color: #FE5ACD;
}
.AnyTagClassName
{
color: #FE5ACD;
}
</style>
background-color css
<style>
a { background-color: #FE5ACD; }
a { background-color: rgb(254,90,205); }
div.DivClassName
{
background-color: #FE5ACD;
}
.BgClassName
{
background-color: #FE5ACD;
}
</style>
border-color css
<style>
span { border-color: #FE5ACD; }
span { border-color: rgb(254,90,205); }
td.TdClassName
{
border-color: #FE5ACD;
}
.TagClassName
{
border-color: #FE5ACD;
}
</style>