Shades of Neon Blue #533DDD
Tints of Neon Blue #533DDD
RGB
CMYK
RGB Variations
Color information
#533DDD (or 0x533DDD) is known color: Neon Blue. HEX triplet: 53, 3D and DD. RGB value is (83,61,221). Sum of RGB (Red+Green+Blue) = 83+61+221=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #533DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DDD is #ACC222. Grayscale: #555555. Windows color (decimal): -11321891 or 14499155. OLE color: 14499155.
HSL color Cylindrical-coordinate representation of color #533DDD: hue angle of 248.25º 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 #533DDD is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 61 | 221 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.13 |
| HSL | 248.25º | 0.7% | 0.55% | - |
| HSV(B) | 248.25º | 0.72% | 0.87% | - |
| XYZ | 18.29 | 10.4 | 69.45 | - |
| YUV | 85.82 | 204.29 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 221 | 0.62 | 0.72 | 0 | 0.13 | 248.25 | 0.7 | 0.55 |
| Hex | 53 | 3D | DD | 3E | 48 | 0 | D | F8 | 46 | 37 |
| Octal | 123 | 75 | 335 | 76 | 110 | 0 | 15 | 370 | 106 | 67 |
| Binary | 1010011 | 111101 | 11011101 | 111110 | 1001000 | 0 | 1101 | 11111000 | 1000110 | 110111 |
Color Harmonies of #533DDD
Complementary color
Monochromatic Colors of #533DDD
Black with #533DDD
Text Example
Text Example
White with #533DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DDD; }
p { color: rgb(83,61,221); }
H1.HeaderClassName
{
color: #533DDD;
}
.AnyTagClassName
{
color: #533DDD;
}
</style>
background-color css
<style>
a { background-color: #533DDD; }
a { background-color: rgb(83,61,221); }
div.DivClassName
{
background-color: #533DDD;
}
.BgClassName
{
background-color: #533DDD;
}
</style>
border-color css
<style>
span { border-color: #533DDD; }
span { border-color: rgb(83,61,221); }
td.TdClassName
{
border-color: #533DDD;
}
.TagClassName
{
border-color: #533DDD;
}
</style>