Shades of Neon Blue #533DDE
Tints of Neon Blue #533DDE
RGB
CMYK
RGB Variations
Color information
#533DDE (or 0x533DDE) is known color: Neon Blue. HEX triplet: 53, 3D and DE. RGB value is (83,61,222). Sum of RGB (Red+Green+Blue) = 83+61+222=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #533DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DDE is #ACC221. Grayscale: #555555. Windows color (decimal): -11321890 or 14564691. OLE color: 14564691.
HSL color Cylindrical-coordinate representation of color #533DDE: hue angle of 248.2º degrees, saturation: 0.71, 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 #533DDE is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 61 | 222 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.13 |
| HSL | 248.2º | 0.71% | 0.55% | - |
| HSV(B) | 248.2º | 0.73% | 0.87% | - |
| XYZ | 18.42 | 10.45 | 70.15 | - |
| YUV | 85.93 | 204.79 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 222 | 0.63 | 0.73 | 0 | 0.13 | 248.2 | 0.71 | 0.55 |
| Hex | 53 | 3D | DE | 3F | 49 | 0 | D | F8 | 47 | 37 |
| Octal | 123 | 75 | 336 | 77 | 111 | 0 | 15 | 370 | 107 | 67 |
| Binary | 1010011 | 111101 | 11011110 | 111111 | 1001001 | 0 | 1101 | 11111000 | 1000111 | 110111 |
Color Harmonies of #533DDE
Complementary color
Monochromatic Colors of #533DDE
Black with #533DDE
Text Example
Text Example
White with #533DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DDE; }
p { color: rgb(83,61,222); }
H1.HeaderClassName
{
color: #533DDE;
}
.AnyTagClassName
{
color: #533DDE;
}
</style>
background-color css
<style>
a { background-color: #533DDE; }
a { background-color: rgb(83,61,222); }
div.DivClassName
{
background-color: #533DDE;
}
.BgClassName
{
background-color: #533DDE;
}
</style>
border-color css
<style>
span { border-color: #533DDE; }
span { border-color: rgb(83,61,222); }
td.TdClassName
{
border-color: #533DDE;
}
.TagClassName
{
border-color: #533DDE;
}
</style>