Shades of Neon Blue #533BDD
Tints of Neon Blue #533BDD
RGB
CMYK
RGB Variations
Color information
#533BDD (or 0x533BDD) is known color: Neon Blue. HEX triplet: 53, 3B and DD. RGB value is (83,59,221). Sum of RGB (Red+Green+Blue) = 83+59+221=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #533BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BDD is #ACC422. Grayscale: #545454. Windows color (decimal): -11322403 or 14498643. OLE color: 14498643.
HSL color Cylindrical-coordinate representation of color #533BDD: hue angle of 248.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533BDD is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 59 | 221 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.13 |
| HSL | 248.89º | 0.7% | 0.55% | - |
| HSV(B) | 248.89º | 0.73% | 0.87% | - |
| XYZ | 18.18 | 10.19 | 69.41 | - |
| YUV | 84.64 | 204.95 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 221 | 0.62 | 0.73 | 0 | 0.13 | 248.89 | 0.7 | 0.55 |
| Hex | 53 | 3B | DD | 3E | 49 | 0 | D | F9 | 46 | 37 |
| Octal | 123 | 73 | 335 | 76 | 111 | 0 | 15 | 371 | 106 | 67 |
| Binary | 1010011 | 111011 | 11011101 | 111110 | 1001001 | 0 | 1101 | 11111001 | 1000110 | 110111 |
Color Harmonies of #533BDD
Complementary color
Monochromatic Colors of #533BDD
Black with #533BDD
Text Example
Text Example
White with #533BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BDD; }
p { color: rgb(83,59,221); }
H1.HeaderClassName
{
color: #533BDD;
}
.AnyTagClassName
{
color: #533BDD;
}
</style>
background-color css
<style>
a { background-color: #533BDD; }
a { background-color: rgb(83,59,221); }
div.DivClassName
{
background-color: #533BDD;
}
.BgClassName
{
background-color: #533BDD;
}
</style>
border-color css
<style>
span { border-color: #533BDD; }
span { border-color: rgb(83,59,221); }
td.TdClassName
{
border-color: #533BDD;
}
.TagClassName
{
border-color: #533BDD;
}
</style>