Shades of Neon Blue #533EDD
Tints of Neon Blue #533EDD
RGB
CMYK
RGB Variations
Color information
#533EDD (or 0x533EDD) is known color: Neon Blue. HEX triplet: 53, 3E and DD. RGB value is (83,62,221). Sum of RGB (Red+Green+Blue) = 83+62+221=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #533EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533EDD is #ACC122. Grayscale: #555555. Windows color (decimal): -11321635 or 14499411. OLE color: 14499411.
HSL color Cylindrical-coordinate representation of color #533EDD: hue angle of 247.92º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533EDD is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 62 | 221 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.13 |
| HSL | 247.92º | 0.7% | 0.55% | - |
| HSV(B) | 247.92º | 0.72% | 0.87% | - |
| XYZ | 18.34 | 10.5 | 69.47 | - |
| YUV | 86.41 | 203.96 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 221 | 0.62 | 0.72 | 0 | 0.13 | 247.92 | 0.7 | 0.55 |
| Hex | 53 | 3E | DD | 3E | 48 | 0 | D | F8 | 46 | 37 |
| Octal | 123 | 76 | 335 | 76 | 110 | 0 | 15 | 370 | 106 | 67 |
| Binary | 1010011 | 111110 | 11011101 | 111110 | 1001000 | 0 | 1101 | 11111000 | 1000110 | 110111 |
Color Harmonies of #533EDD
Complementary color
Monochromatic Colors of #533EDD
Black with #533EDD
Text Example
Text Example
White with #533EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533EDD; }
p { color: rgb(83,62,221); }
H1.HeaderClassName
{
color: #533EDD;
}
.AnyTagClassName
{
color: #533EDD;
}
</style>
background-color css
<style>
a { background-color: #533EDD; }
a { background-color: rgb(83,62,221); }
div.DivClassName
{
background-color: #533EDD;
}
.BgClassName
{
background-color: #533EDD;
}
</style>
border-color css
<style>
span { border-color: #533EDD; }
span { border-color: rgb(83,62,221); }
td.TdClassName
{
border-color: #533EDD;
}
.TagClassName
{
border-color: #533EDD;
}
</style>