Shades of Neon Blue #533BE0
Tints of Neon Blue #533BE0
RGB
CMYK
RGB Variations
Color information
#533BE0 (or 0x533BE0) is known color: Neon Blue. HEX triplet: 53, 3B and E0. RGB value is (83,59,224). Sum of RGB (Red+Green+Blue) = 83+59+224=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #533BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BE0 is #ACC41F. Grayscale: #545454. Windows color (decimal): -11322400 or 14695251. OLE color: 14695251.
HSL color Cylindrical-coordinate representation of color #533BE0: hue angle of 248.73º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #533BE0 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 59 | 224 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.12 |
| HSL | 248.73º | 0.73% | 0.55% | - |
| HSV(B) | 248.73º | 0.74% | 0.88% | - |
| XYZ | 18.59 | 10.35 | 71.54 | - |
| YUV | 84.99 | 206.45 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 224 | 0.63 | 0.74 | 0 | 0.12 | 248.73 | 0.73 | 0.55 |
| Hex | 53 | 3B | E0 | 3F | 4A | 0 | C | F9 | 49 | 37 |
| Octal | 123 | 73 | 340 | 77 | 112 | 0 | 14 | 371 | 111 | 67 |
| Binary | 1010011 | 111011 | 11100000 | 111111 | 1001010 | 0 | 1100 | 11111001 | 1001001 | 110111 |
Color Harmonies of #533BE0
Complementary color
Monochromatic Colors of #533BE0
Black with #533BE0
Text Example
Text Example
White with #533BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BE0; }
p { color: rgb(83,59,224); }
H1.HeaderClassName
{
color: #533BE0;
}
.AnyTagClassName
{
color: #533BE0;
}
</style>
background-color css
<style>
a { background-color: #533BE0; }
a { background-color: rgb(83,59,224); }
div.DivClassName
{
background-color: #533BE0;
}
.BgClassName
{
background-color: #533BE0;
}
</style>
border-color css
<style>
span { border-color: #533BE0; }
span { border-color: rgb(83,59,224); }
td.TdClassName
{
border-color: #533BE0;
}
.TagClassName
{
border-color: #533BE0;
}
</style>