Shades of Neon Pink #FD53D2
Tints of Neon Pink #FD53D2
RGB
CMYK
RGB Variations
Color information
#FD53D2 (or 0xFD53D2) is known color: Neon Pink. HEX triplet: FD, 53 and D2. RGB value is (253,83,210). Sum of RGB (Red+Green+Blue) = 253+83+210=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 83 (32.81% from 255 or 15.20% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD53D2 is #02AC2D. Grayscale: #939393. Windows color (decimal): -175150 or 13784061. OLE color: 13784061.
HSL color Cylindrical-coordinate representation of color #FD53D2: hue angle of 315.18º 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 #FD53D2 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 83 | 210 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.01 |
| HSL | 315.18º | 0.98% | 0.66% | - |
| HSV(B) | 315.18º | 0.67% | 0.99% | - |
| XYZ | 55.23 | 31.72 | 64.18 | - |
| YUV | 148.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 83 | 210 | 0 | 0.67 | 0.17 | 0.01 | 315.18 | 0.98 | 0.66 |
| Hex | FD | 53 | D2 | 0 | 43 | 11 | 1 | 13B | 62 | 42 |
| Octal | 375 | 123 | 322 | 0 | 103 | 21 | 1 | 473 | 142 | 102 |
| Binary | 11111101 | 1010011 | 11010010 | 0 | 1000011 | 10001 | 1 | 100111011 | 1100010 | 1000010 |
Color Harmonies of #FD53D2
Complementary color
Monochromatic Colors of #FD53D2
Black with #FD53D2
Text Example
Text Example
White with #FD53D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD53D2; }
p { color: rgb(253,83,210); }
H1.HeaderClassName
{
color: #FD53D2;
}
.AnyTagClassName
{
color: #FD53D2;
}
</style>
background-color css
<style>
a { background-color: #FD53D2; }
a { background-color: rgb(253,83,210); }
div.DivClassName
{
background-color: #FD53D2;
}
.BgClassName
{
background-color: #FD53D2;
}
</style>
border-color css
<style>
span { border-color: #FD53D2; }
span { border-color: rgb(253,83,210); }
td.TdClassName
{
border-color: #FD53D2;
}
.TagClassName
{
border-color: #FD53D2;
}
</style>