Shades of Neon Pink #FD56C2
Tints of Neon Pink #FD56C2
RGB
CMYK
RGB Variations
Color information
#FD56C2 (or 0xFD56C2) is known color: Neon Pink. HEX triplet: FD, 56 and C2. RGB value is (253,86,194). Sum of RGB (Red+Green+Blue) = 253+86+194=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD56C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD56C2 is #02A93D. Grayscale: #939393. Windows color (decimal): -174398 or 12736253. OLE color: 12736253.
HSL color Cylindrical-coordinate representation of color #FD56C2: hue angle of 321.2º 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 #FD56C2 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 86 | 194 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.01 |
| HSL | 321.2º | 0.98% | 0.66% | - |
| HSV(B) | 321.2º | 0.66% | 0.99% | - |
| XYZ | 53.57 | 31.43 | 54.28 | - |
| YUV | 148.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 86 | 194 | 0 | 0.66 | 0.23 | 0.01 | 321.2 | 0.98 | 0.66 |
| Hex | FD | 56 | C2 | 0 | 42 | 17 | 1 | 141 | 62 | 42 |
| Octal | 375 | 126 | 302 | 0 | 102 | 27 | 1 | 501 | 142 | 102 |
| Binary | 11111101 | 1010110 | 11000010 | 0 | 1000010 | 10111 | 1 | 101000001 | 1100010 | 1000010 |
Color Harmonies of #FD56C2
Complementary color
Monochromatic Colors of #FD56C2
Black with #FD56C2
Text Example
Text Example
White with #FD56C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD56C2; }
p { color: rgb(253,86,194); }
H1.HeaderClassName
{
color: #FD56C2;
}
.AnyTagClassName
{
color: #FD56C2;
}
</style>
background-color css
<style>
a { background-color: #FD56C2; }
a { background-color: rgb(253,86,194); }
div.DivClassName
{
background-color: #FD56C2;
}
.BgClassName
{
background-color: #FD56C2;
}
</style>
border-color css
<style>
span { border-color: #FD56C2; }
span { border-color: rgb(253,86,194); }
td.TdClassName
{
border-color: #FD56C2;
}
.TagClassName
{
border-color: #FD56C2;
}
</style>