Shades of Neon Pink #FD5BCD
Tints of Neon Pink #FD5BCD
RGB
CMYK
RGB Variations
Color information
#FD5BCD (or 0xFD5BCD) is known color: Neon Pink. HEX triplet: FD, 5B and CD. RGB value is (253,91,205). Sum of RGB (Red+Green+Blue) = 253+91+205=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 91 (35.94% from 255 or 16.58% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5BCD is #02A432. Grayscale: #989898. Windows color (decimal): -173107 or 13458429. OLE color: 13458429.
HSL color Cylindrical-coordinate representation of color #FD5BCD: hue angle of 317.78º degrees, saturation: 0.98, 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 #FD5BCD is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 91 | 205 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.01 |
| HSL | 317.78º | 0.98% | 0.67% | - |
| HSV(B) | 317.78º | 0.64% | 0.99% | - |
| XYZ | 55.27 | 32.77 | 61.17 | - |
| YUV | 152.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 91 | 205 | 0 | 0.64 | 0.19 | 0.01 | 317.78 | 0.98 | 0.67 |
| Hex | FD | 5B | CD | 0 | 40 | 13 | 1 | 13E | 62 | 43 |
| Octal | 375 | 133 | 315 | 0 | 100 | 23 | 1 | 476 | 142 | 103 |
| Binary | 11111101 | 1011011 | 11001101 | 0 | 1000000 | 10011 | 1 | 100111110 | 1100010 | 1000011 |
Color Harmonies of #FD5BCD
Complementary color
Monochromatic Colors of #FD5BCD
Black with #FD5BCD
Text Example
Text Example
White with #FD5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5BCD; }
p { color: rgb(253,91,205); }
H1.HeaderClassName
{
color: #FD5BCD;
}
.AnyTagClassName
{
color: #FD5BCD;
}
</style>
background-color css
<style>
a { background-color: #FD5BCD; }
a { background-color: rgb(253,91,205); }
div.DivClassName
{
background-color: #FD5BCD;
}
.BgClassName
{
background-color: #FD5BCD;
}
</style>
border-color css
<style>
span { border-color: #FD5BCD; }
span { border-color: rgb(253,91,205); }
td.TdClassName
{
border-color: #FD5BCD;
}
.TagClassName
{
border-color: #FD5BCD;
}
</style>