Shades of Neon Pink #FF53CE
Tints of Neon Pink #FF53CE
RGB
CMYK
RGB Variations
Color information
#FF53CE (or 0xFF53CE) is known color: Neon Pink. HEX triplet: FF, 53 and CE. RGB value is (255,83,206). Sum of RGB (Red+Green+Blue) = 255+83+206=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53CE is #00AC31. Grayscale: #949494. Windows color (decimal): -44082 or 13521919. OLE color: 13521919.
HSL color Cylindrical-coordinate representation of color #FF53CE: hue angle of 317.09º 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 #FF53CE is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 206 | - |
| CMYK | 0 | 0.67 | 0.19 | 0 |
| HSL | 317.09º | 1% | 0.66% | - |
| HSV(B) | 317.09º | 0.67% | 1% | - |
| XYZ | 55.47 | 31.9 | 61.63 | - |
| YUV | 148.45 | 160.48 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 206 | 0 | 0.67 | 0.19 | 0 | 317.09 | 1 | 0.66 |
| Hex | FF | 53 | CE | 0 | 43 | 13 | 0 | 13D | 64 | 42 |
| Octal | 377 | 123 | 316 | 0 | 103 | 23 | 0 | 475 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11001110 | 0 | 1000011 | 10011 | 0 | 100111101 | 1100100 | 1000010 |
Color Harmonies of #FF53CE
Complementary color
Monochromatic Colors of #FF53CE
Black with #FF53CE
Text Example
Text Example
White with #FF53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53CE; }
p { color: rgb(255,83,206); }
H1.HeaderClassName
{
color: #FF53CE;
}
.AnyTagClassName
{
color: #FF53CE;
}
</style>
background-color css
<style>
a { background-color: #FF53CE; }
a { background-color: rgb(255,83,206); }
div.DivClassName
{
background-color: #FF53CE;
}
.BgClassName
{
background-color: #FF53CE;
}
</style>
border-color css
<style>
span { border-color: #FF53CE; }
span { border-color: rgb(255,83,206); }
td.TdClassName
{
border-color: #FF53CE;
}
.TagClassName
{
border-color: #FF53CE;
}
</style>