Shades of Neon Pink #FD5DD8
Tints of Neon Pink #FD5DD8
RGB
CMYK
RGB Variations
Color information
#FD5DD8 (or 0xFD5DD8) is known color: Neon Pink. HEX triplet: FD, 5D and D8. RGB value is (253,93,216). Sum of RGB (Red+Green+Blue) = 253+93+216=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5DD8 is #02A227. Grayscale: #9A9A9A. Windows color (decimal): -172584 or 14179837. OLE color: 14179837.
HSL color Cylindrical-coordinate representation of color #FD5DD8: hue angle of 313.88º degrees, saturation: 0.98, 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 #FD5DD8 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 93 | 216 | - |
CMYK | 0 | 0.63 | 0.15 | 0.01 |
HSL | 313.88º | 0.98% | 0.68% | - |
HSV(B) | 313.88º | 0.63% | 0.99% | - |
XYZ | 56.82 | 33.67 | 68.47 | - |
YUV | 154.86 | 162.51 | 198 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 93 | 216 | 0 | 0.63 | 0.15 | 0.01 | 313.88 | 0.98 | 0.68 |
Hex | FD | 5D | D8 | 0 | 3F | F | 1 | 13A | 62 | 44 |
Octal | 375 | 135 | 330 | 0 | 77 | 17 | 1 | 472 | 142 | 104 |
Binary | 11111101 | 1011101 | 11011000 | 0 | 111111 | 1111 | 1 | 100111010 | 1100010 | 1000100 |
Color Harmonies of #FD5DD8
Complementary color
Monochromatic Colors of #FD5DD8
Black with #FD5DD8
Text Example
Text Example
White with #FD5DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5DD8; }
p { color: rgb(253,93,216); }
H1.HeaderClassName
{
color: #FD5DD8;
}
.AnyTagClassName
{
color: #FD5DD8;
}
</style>
background-color css
<style>
a { background-color: #FD5DD8; }
a { background-color: rgb(253,93,216); }
div.DivClassName
{
background-color: #FD5DD8;
}
.BgClassName
{
background-color: #FD5DD8;
}
</style>
border-color css
<style>
span { border-color: #FD5DD8; }
span { border-color: rgb(253,93,216); }
td.TdClassName
{
border-color: #FD5DD8;
}
.TagClassName
{
border-color: #FD5DD8;
}
</style>