Shades of Neon Blue #5253FF
Tints of Neon Blue #5253FF
RGB
CMYK
RGB Variations
Color information
#5253FF (or 0x5253FF) is known color: Neon Blue. HEX triplet: 52, 53 and FF. RGB value is (82,83,255). Sum of RGB (Red+Green+Blue) = 82+83+255=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #5253FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5253FF is #ADAC00. Grayscale: #656565. Windows color (decimal): -11381761 or 16733010. OLE color: 16733010.
HSL color Cylindrical-coordinate representation of color #5253FF: hue angle of 239.65º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5253FF is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 83 | 255 | - |
| CMYK | 0.68 | 0.67 | 0 | 0 |
| HSL | 239.65º | 1% | 0.66% | - |
| HSV(B) | 239.65º | 0.68% | 1% | - |
| XYZ | 24.62 | 15.2 | 96.24 | - |
| YUV | 102.31 | 214.17 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 255 | 0.68 | 0.67 | 0 | 0 | 239.65 | 1 | 0.66 |
| Hex | 52 | 53 | FF | 44 | 43 | 0 | 0 | F0 | 64 | 42 |
| Octal | 122 | 123 | 377 | 104 | 103 | 0 | 0 | 360 | 144 | 102 |
| Binary | 1010010 | 1010011 | 11111111 | 1000100 | 1000011 | 0 | 0 | 11110000 | 1100100 | 1000010 |
Color Harmonies of #5253FF
Complementary color
Monochromatic Colors of #5253FF
Black with #5253FF
Text Example
Text Example
White with #5253FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5253FF; }
p { color: rgb(82,83,255); }
H1.HeaderClassName
{
color: #5253FF;
}
.AnyTagClassName
{
color: #5253FF;
}
</style>
background-color css
<style>
a { background-color: #5253FF; }
a { background-color: rgb(82,83,255); }
div.DivClassName
{
background-color: #5253FF;
}
.BgClassName
{
background-color: #5253FF;
}
</style>
border-color css
<style>
span { border-color: #5253FF; }
span { border-color: rgb(82,83,255); }
td.TdClassName
{
border-color: #5253FF;
}
.TagClassName
{
border-color: #5253FF;
}
</style>