Shades of Neon Pink #FD56D1
Tints of Neon Pink #FD56D1
RGB
CMYK
RGB Variations
Color information
#FD56D1 (or 0xFD56D1) is known color: Neon Pink. HEX triplet: FD, 56 and D1. RGB value is (253,86,209). Sum of RGB (Red+Green+Blue) = 253+86+209=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 86 (33.98% from 255 or 15.69% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FD56D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD56D1 is #02A92E. Grayscale: #959595. Windows color (decimal): -174383 or 13719293. OLE color: 13719293.
HSL color Cylindrical-coordinate representation of color #FD56D1: hue angle of 315.81º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD56D1 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 86 | 209 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.01 |
| HSL | 315.81º | 0.98% | 0.66% | - |
| HSV(B) | 315.81º | 0.66% | 0.99% | - |
| XYZ | 55.34 | 32.14 | 63.61 | - |
| YUV | 149.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 86 | 209 | 0 | 0.66 | 0.17 | 0.01 | 315.81 | 0.98 | 0.66 |
| Hex | FD | 56 | D1 | 0 | 42 | 11 | 1 | 13C | 62 | 42 |
| Octal | 375 | 126 | 321 | 0 | 102 | 21 | 1 | 474 | 142 | 102 |
| Binary | 11111101 | 1010110 | 11010001 | 0 | 1000010 | 10001 | 1 | 100111100 | 1100010 | 1000010 |
Color Harmonies of #FD56D1
Complementary color
Monochromatic Colors of #FD56D1
Black with #FD56D1
Text Example
Text Example
White with #FD56D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD56D1; }
p { color: rgb(253,86,209); }
H1.HeaderClassName
{
color: #FD56D1;
}
.AnyTagClassName
{
color: #FD56D1;
}
</style>
background-color css
<style>
a { background-color: #FD56D1; }
a { background-color: rgb(253,86,209); }
div.DivClassName
{
background-color: #FD56D1;
}
.BgClassName
{
background-color: #FD56D1;
}
</style>
border-color css
<style>
span { border-color: #FD56D1; }
span { border-color: rgb(253,86,209); }
td.TdClassName
{
border-color: #FD56D1;
}
.TagClassName
{
border-color: #FD56D1;
}
</style>