Shades of Neon Pink #FC5DCD
Tints of Neon Pink #FC5DCD
RGB
CMYK
RGB Variations
Color information
#FC5DCD (or 0xFC5DCD) is known color: Neon Pink. HEX triplet: FC, 5D and CD. RGB value is (252,93,205). Sum of RGB (Red+Green+Blue) = 252+93+205=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DCD is #03A232. Grayscale: #999999. Windows color (decimal): -238131 or 13458940. OLE color: 13458940.
HSL color Cylindrical-coordinate representation of color #FC5DCD: hue angle of 317.74º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5DCD is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 205 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.01 |
| HSL | 317.74º | 0.96% | 0.68% | - |
| HSV(B) | 317.74º | 0.63% | 0.99% | - |
| XYZ | 55.08 | 32.93 | 61.21 | - |
| YUV | 153.31 | 157.18 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 205 | 0 | 0.63 | 0.19 | 0.01 | 317.74 | 0.96 | 0.68 |
| Hex | FC | 5D | CD | 0 | 3F | 13 | 1 | 13E | 60 | 44 |
| Octal | 374 | 135 | 315 | 0 | 77 | 23 | 1 | 476 | 140 | 104 |
| Binary | 11111100 | 1011101 | 11001101 | 0 | 111111 | 10011 | 1 | 100111110 | 1100000 | 1000100 |
Color Harmonies of #FC5DCD
Complementary color
Monochromatic Colors of #FC5DCD
Black with #FC5DCD
Text Example
Text Example
White with #FC5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5DCD; }
p { color: rgb(252,93,205); }
H1.HeaderClassName
{
color: #FC5DCD;
}
.AnyTagClassName
{
color: #FC5DCD;
}
</style>
background-color css
<style>
a { background-color: #FC5DCD; }
a { background-color: rgb(252,93,205); }
div.DivClassName
{
background-color: #FC5DCD;
}
.BgClassName
{
background-color: #FC5DCD;
}
</style>
border-color css
<style>
span { border-color: #FC5DCD; }
span { border-color: rgb(252,93,205); }
td.TdClassName
{
border-color: #FC5DCD;
}
.TagClassName
{
border-color: #FC5DCD;
}
</style>