Shades of Neon Blue #533FDE
Tints of Neon Blue #533FDE
RGB
CMYK
RGB Variations
Color information
#533FDE (or 0x533FDE) is known color: Neon Blue. HEX triplet: 53, 3F and DE. RGB value is (83,63,222). Sum of RGB (Red+Green+Blue) = 83+63+222=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #533FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FDE is #ACC021. Grayscale: #565656. Windows color (decimal): -11321378 or 14565203. OLE color: 14565203.
HSL color Cylindrical-coordinate representation of color #533FDE: hue angle of 247.55º 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 #533FDE is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 63 | 222 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.13 |
| HSL | 247.55º | 0.71% | 0.56% | - |
| HSV(B) | 247.55º | 0.72% | 0.87% | - |
| XYZ | 18.53 | 10.67 | 70.19 | - |
| YUV | 87.11 | 204.13 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 222 | 0.63 | 0.72 | 0 | 0.13 | 247.55 | 0.71 | 0.56 |
| Hex | 53 | 3F | DE | 3F | 48 | 0 | D | F8 | 47 | 38 |
| Octal | 123 | 77 | 336 | 77 | 110 | 0 | 15 | 370 | 107 | 70 |
| Binary | 1010011 | 111111 | 11011110 | 111111 | 1001000 | 0 | 1101 | 11111000 | 1000111 | 111000 |
Color Harmonies of #533FDE
Complementary color
Monochromatic Colors of #533FDE
Black with #533FDE
Text Example
Text Example
White with #533FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FDE; }
p { color: rgb(83,63,222); }
H1.HeaderClassName
{
color: #533FDE;
}
.AnyTagClassName
{
color: #533FDE;
}
</style>
background-color css
<style>
a { background-color: #533FDE; }
a { background-color: rgb(83,63,222); }
div.DivClassName
{
background-color: #533FDE;
}
.BgClassName
{
background-color: #533FDE;
}
</style>
border-color css
<style>
span { border-color: #533FDE; }
span { border-color: rgb(83,63,222); }
td.TdClassName
{
border-color: #533FDE;
}
.TagClassName
{
border-color: #533FDE;
}
</style>