Shades of Neon Blue #533EDE
Tints of Neon Blue #533EDE
RGB
CMYK
RGB Variations
Color information
#533EDE (or 0x533EDE) is known color: Neon Blue. HEX triplet: 53, 3E and DE. RGB value is (83,62,222). Sum of RGB (Red+Green+Blue) = 83+62+222=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #533EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533EDE is #ACC121. Grayscale: #555555. Windows color (decimal): -11321634 or 14564947. OLE color: 14564947.
HSL color Cylindrical-coordinate representation of color #533EDE: hue angle of 247.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533EDE is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 62 | 222 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.13 |
| HSL | 247.88º | 0.71% | 0.56% | - |
| HSV(B) | 247.88º | 0.72% | 0.87% | - |
| XYZ | 18.47 | 10.56 | 70.17 | - |
| YUV | 86.52 | 204.46 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 222 | 0.63 | 0.72 | 0 | 0.13 | 247.88 | 0.71 | 0.56 |
| Hex | 53 | 3E | DE | 3F | 48 | 0 | D | F8 | 47 | 38 |
| Octal | 123 | 76 | 336 | 77 | 110 | 0 | 15 | 370 | 107 | 70 |
| Binary | 1010011 | 111110 | 11011110 | 111111 | 1001000 | 0 | 1101 | 11111000 | 1000111 | 111000 |
Color Harmonies of #533EDE
Complementary color
Monochromatic Colors of #533EDE
Black with #533EDE
Text Example
Text Example
White with #533EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533EDE; }
p { color: rgb(83,62,222); }
H1.HeaderClassName
{
color: #533EDE;
}
.AnyTagClassName
{
color: #533EDE;
}
</style>
background-color css
<style>
a { background-color: #533EDE; }
a { background-color: rgb(83,62,222); }
div.DivClassName
{
background-color: #533EDE;
}
.BgClassName
{
background-color: #533EDE;
}
</style>
border-color css
<style>
span { border-color: #533EDE; }
span { border-color: rgb(83,62,222); }
td.TdClassName
{
border-color: #533EDE;
}
.TagClassName
{
border-color: #533EDE;
}
</style>