Shades of Neon Pink #FD5CCD
Tints of Neon Pink #FD5CCD
RGB
CMYK
RGB Variations
Color information
#FD5CCD (or 0xFD5CCD) is known color: Neon Pink. HEX triplet: FD, 5C and CD. RGB value is (253,92,205). Sum of RGB (Red+Green+Blue) = 253+92+205=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 92 (36.33% from 255 or 16.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CCD is #02A332. Grayscale: #989898. Windows color (decimal): -172851 or 13458685. OLE color: 13458685.
HSL color Cylindrical-coordinate representation of color #FD5CCD: hue angle of 317.89º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5CCD is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 205 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.01 |
| HSL | 317.89º | 0.98% | 0.68% | - |
| HSV(B) | 317.89º | 0.64% | 0.99% | - |
| XYZ | 55.35 | 32.94 | 61.2 | - |
| YUV | 153.02 | 157.34 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 205 | 0 | 0.64 | 0.19 | 0.01 | 317.89 | 0.98 | 0.68 |
| Hex | FD | 5C | CD | 0 | 40 | 13 | 1 | 13E | 62 | 44 |
| Octal | 375 | 134 | 315 | 0 | 100 | 23 | 1 | 476 | 142 | 104 |
| Binary | 11111101 | 1011100 | 11001101 | 0 | 1000000 | 10011 | 1 | 100111110 | 1100010 | 1000100 |
Color Harmonies of #FD5CCD
Complementary color
Monochromatic Colors of #FD5CCD
Black with #FD5CCD
Text Example
Text Example
White with #FD5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5CCD; }
p { color: rgb(253,92,205); }
H1.HeaderClassName
{
color: #FD5CCD;
}
.AnyTagClassName
{
color: #FD5CCD;
}
</style>
background-color css
<style>
a { background-color: #FD5CCD; }
a { background-color: rgb(253,92,205); }
div.DivClassName
{
background-color: #FD5CCD;
}
.BgClassName
{
background-color: #FD5CCD;
}
</style>
border-color css
<style>
span { border-color: #FD5CCD; }
span { border-color: rgb(253,92,205); }
td.TdClassName
{
border-color: #FD5CCD;
}
.TagClassName
{
border-color: #FD5CCD;
}
</style>