Shades of Neon Blue #533ADF
Tints of Neon Blue #533ADF
RGB
CMYK
RGB Variations
Color information
#533ADF (or 0x533ADF) is known color: Neon Blue. HEX triplet: 53, 3A and DF. RGB value is (83,58,223). Sum of RGB (Red+Green+Blue) = 83+58+223=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #533ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ADF is #ACC520. Grayscale: #535353. Windows color (decimal): -11322657 or 14629459. OLE color: 14629459.
HSL color Cylindrical-coordinate representation of color #533ADF: hue angle of 249.09º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #533ADF is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 58 | 223 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.13 |
| HSL | 249.09º | 0.72% | 0.55% | - |
| HSV(B) | 249.09º | 0.74% | 0.87% | - |
| XYZ | 18.4 | 10.19 | 70.81 | - |
| YUV | 84.29 | 206.28 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 223 | 0.63 | 0.74 | 0 | 0.13 | 249.09 | 0.72 | 0.55 |
| Hex | 53 | 3A | DF | 3F | 4A | 0 | D | F9 | 48 | 37 |
| Octal | 123 | 72 | 337 | 77 | 112 | 0 | 15 | 371 | 110 | 67 |
| Binary | 1010011 | 111010 | 11011111 | 111111 | 1001010 | 0 | 1101 | 11111001 | 1001000 | 110111 |
Color Harmonies of #533ADF
Complementary color
Monochromatic Colors of #533ADF
Black with #533ADF
Text Example
Text Example
White with #533ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533ADF; }
p { color: rgb(83,58,223); }
H1.HeaderClassName
{
color: #533ADF;
}
.AnyTagClassName
{
color: #533ADF;
}
</style>
background-color css
<style>
a { background-color: #533ADF; }
a { background-color: rgb(83,58,223); }
div.DivClassName
{
background-color: #533ADF;
}
.BgClassName
{
background-color: #533ADF;
}
</style>
border-color css
<style>
span { border-color: #533ADF; }
span { border-color: rgb(83,58,223); }
td.TdClassName
{
border-color: #533ADF;
}
.TagClassName
{
border-color: #533ADF;
}
</style>