Shades of Neon Pink #FC5ACD
Tints of Neon Pink #FC5ACD
RGB
CMYK
RGB Variations
Color information
#FC5ACD (or 0xFC5ACD) is known color: Neon Pink. HEX triplet: FC, 5A and CD. RGB value is (252,90,205). Sum of RGB (Red+Green+Blue) = 252+90+205=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ACD is #03A532. Grayscale: #979797. Windows color (decimal): -238899 or 13458172. OLE color: 13458172.
HSL color Cylindrical-coordinate representation of color #FC5ACD: hue angle of 317.41º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5ACD is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 205 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.01 |
| HSL | 317.41º | 0.96% | 0.67% | - |
| HSV(B) | 317.41º | 0.64% | 0.99% | - |
| XYZ | 54.82 | 32.42 | 61.13 | - |
| YUV | 151.55 | 158.17 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 205 | 0 | 0.64 | 0.19 | 0.01 | 317.41 | 0.96 | 0.67 |
| Hex | FC | 5A | CD | 0 | 40 | 13 | 1 | 13D | 60 | 43 |
| Octal | 374 | 132 | 315 | 0 | 100 | 23 | 1 | 475 | 140 | 103 |
| Binary | 11111100 | 1011010 | 11001101 | 0 | 1000000 | 10011 | 1 | 100111101 | 1100000 | 1000011 |
Color Harmonies of #FC5ACD
Complementary color
Monochromatic Colors of #FC5ACD
Black with #FC5ACD
Text Example
Text Example
White with #FC5ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5ACD; }
p { color: rgb(252,90,205); }
H1.HeaderClassName
{
color: #FC5ACD;
}
.AnyTagClassName
{
color: #FC5ACD;
}
</style>
background-color css
<style>
a { background-color: #FC5ACD; }
a { background-color: rgb(252,90,205); }
div.DivClassName
{
background-color: #FC5ACD;
}
.BgClassName
{
background-color: #FC5ACD;
}
</style>
border-color css
<style>
span { border-color: #FC5ACD; }
span { border-color: rgb(252,90,205); }
td.TdClassName
{
border-color: #FC5ACD;
}
.TagClassName
{
border-color: #FC5ACD;
}
</style>