Shades of Neon Pink #FE7ACD
Tints of Neon Pink #FE7ACD
RGB
CMYK
RGB Variations
Color information
#FE7ACD (or 0xFE7ACD) is known color: Neon Pink. HEX triplet: FE, 7A and CD. RGB value is (254,122,205). Sum of RGB (Red+Green+Blue) = 254+122+205=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ACD is #018532. Grayscale: #AAAAAA. Windows color (decimal): -99635 or 13466366. OLE color: 13466366.
HSL color Cylindrical-coordinate representation of color #FE7ACD: hue angle of 322.27º 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 #FE7ACD is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 205 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.00 |
| HSL | 322.27º | 0.99% | 0.74% | - |
| HSV(B) | 322.27º | 0.52% | 1% | - |
| XYZ | 58.85 | 39.4 | 62.26 | - |
| YUV | 170.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 205 | 0 | 0.52 | 0.19 | 0.00 | 322.27 | 0.99 | 0.74 |
| Hex | FE | 7A | CD | 0 | 34 | 13 | 0 | 142 | 63 | 4A |
| Octal | 376 | 172 | 315 | 0 | 64 | 23 | 0 | 502 | 143 | 112 |
| Binary | 11111110 | 1111010 | 11001101 | 0 | 110100 | 10011 | 0 | 101000010 | 1100011 | 1001010 |
Color Harmonies of #FE7ACD
Complementary color
Monochromatic Colors of #FE7ACD
Black with #FE7ACD
Text Example
Text Example
White with #FE7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7ACD; }
p { color: rgb(254,122,205); }
H1.HeaderClassName
{
color: #FE7ACD;
}
.AnyTagClassName
{
color: #FE7ACD;
}
</style>
background-color css
<style>
a { background-color: #FE7ACD; }
a { background-color: rgb(254,122,205); }
div.DivClassName
{
background-color: #FE7ACD;
}
.BgClassName
{
background-color: #FE7ACD;
}
</style>
border-color css
<style>
span { border-color: #FE7ACD; }
span { border-color: rgb(254,122,205); }
td.TdClassName
{
border-color: #FE7ACD;
}
.TagClassName
{
border-color: #FE7ACD;
}
</style>