Shades of Neon Pink #FF53D0
Tints of Neon Pink #FF53D0
RGB
CMYK
RGB Variations
Color information
#FF53D0 (or 0xFF53D0) is known color: Neon Pink. HEX triplet: FF, 53 and D0. RGB value is (255,83,208). Sum of RGB (Red+Green+Blue) = 255+83+208=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 83 (32.81% from 255 or 15.20% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53D0 is #00AC2F. Grayscale: #949494. Windows color (decimal): -44080 or 13652991. OLE color: 13652991.
HSL color Cylindrical-coordinate representation of color #FF53D0: hue angle of 316.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF53D0 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 208 | - |
| CMYK | 0 | 0.67 | 0.18 | 0 |
| HSL | 316.4º | 1% | 0.66% | - |
| HSV(B) | 316.4º | 0.67% | 1% | - |
| XYZ | 55.72 | 32 | 62.91 | - |
| YUV | 148.68 | 161.48 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 208 | 0 | 0.67 | 0.18 | 0 | 316.4 | 1 | 0.66 |
| Hex | FF | 53 | D0 | 0 | 43 | 12 | 0 | 13C | 64 | 42 |
| Octal | 377 | 123 | 320 | 0 | 103 | 22 | 0 | 474 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11010000 | 0 | 1000011 | 10010 | 0 | 100111100 | 1100100 | 1000010 |
Color Harmonies of #FF53D0
Complementary color
Monochromatic Colors of #FF53D0
Black with #FF53D0
Text Example
Text Example
White with #FF53D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53D0; }
p { color: rgb(255,83,208); }
H1.HeaderClassName
{
color: #FF53D0;
}
.AnyTagClassName
{
color: #FF53D0;
}
</style>
background-color css
<style>
a { background-color: #FF53D0; }
a { background-color: rgb(255,83,208); }
div.DivClassName
{
background-color: #FF53D0;
}
.BgClassName
{
background-color: #FF53D0;
}
</style>
border-color css
<style>
span { border-color: #FF53D0; }
span { border-color: rgb(255,83,208); }
td.TdClassName
{
border-color: #FF53D0;
}
.TagClassName
{
border-color: #FF53D0;
}
</style>