Shades of Neon Pink #FD53CE
Tints of Neon Pink #FD53CE
RGB
CMYK
RGB Variations
Color information
#FD53CE (or 0xFD53CE) is known color: Neon Pink. HEX triplet: FD, 53 and CE. RGB value is (253,83,206). Sum of RGB (Red+Green+Blue) = 253+83+206=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD53CE is #02AC31. Grayscale: #939393. Windows color (decimal): -175154 or 13521917. OLE color: 13521917.
HSL color Cylindrical-coordinate representation of color #FD53CE: hue angle of 316.59º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD53CE is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 83 | 206 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.01 |
| HSL | 316.59º | 0.98% | 0.66% | - |
| HSV(B) | 316.59º | 0.67% | 0.99% | - |
| XYZ | 54.74 | 31.53 | 61.59 | - |
| YUV | 147.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 83 | 206 | 0 | 0.67 | 0.19 | 0.01 | 316.59 | 0.98 | 0.66 |
| Hex | FD | 53 | CE | 0 | 43 | 13 | 1 | 13D | 62 | 42 |
| Octal | 375 | 123 | 316 | 0 | 103 | 23 | 1 | 475 | 142 | 102 |
| Binary | 11111101 | 1010011 | 11001110 | 0 | 1000011 | 10011 | 1 | 100111101 | 1100010 | 1000010 |
Color Harmonies of #FD53CE
Complementary color
Monochromatic Colors of #FD53CE
Black with #FD53CE
Text Example
Text Example
White with #FD53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD53CE; }
p { color: rgb(253,83,206); }
H1.HeaderClassName
{
color: #FD53CE;
}
.AnyTagClassName
{
color: #FD53CE;
}
</style>
background-color css
<style>
a { background-color: #FD53CE; }
a { background-color: rgb(253,83,206); }
div.DivClassName
{
background-color: #FD53CE;
}
.BgClassName
{
background-color: #FD53CE;
}
</style>
border-color css
<style>
span { border-color: #FD53CE; }
span { border-color: rgb(253,83,206); }
td.TdClassName
{
border-color: #FD53CE;
}
.TagClassName
{
border-color: #FD53CE;
}
</style>