Shades of Neon Blue #533EDF
Tints of Neon Blue #533EDF
RGB
CMYK
RGB Variations
Color information
#533EDF (or 0x533EDF) is known color: Neon Blue. HEX triplet: 53, 3E and DF. RGB value is (83,62,223). Sum of RGB (Red+Green+Blue) = 83+62+223=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #533EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533EDF is #ACC120. Grayscale: #565656. Windows color (decimal): -11321633 or 14630483. OLE color: 14630483.
HSL color Cylindrical-coordinate representation of color #533EDF: hue angle of 247.83º degrees, saturation: 0.72, 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 #533EDF is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 62 | 223 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.13 |
| HSL | 247.83º | 0.72% | 0.56% | - |
| HSV(B) | 247.83º | 0.72% | 0.87% | - |
| XYZ | 18.61 | 10.61 | 70.88 | - |
| YUV | 86.63 | 204.96 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 223 | 0.63 | 0.72 | 0 | 0.13 | 247.83 | 0.72 | 0.56 |
| Hex | 53 | 3E | DF | 3F | 48 | 0 | D | F8 | 48 | 38 |
| Octal | 123 | 76 | 337 | 77 | 110 | 0 | 15 | 370 | 110 | 70 |
| Binary | 1010011 | 111110 | 11011111 | 111111 | 1001000 | 0 | 1101 | 11111000 | 1001000 | 111000 |
Color Harmonies of #533EDF
Complementary color
Monochromatic Colors of #533EDF
Black with #533EDF
Text Example
Text Example
White with #533EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533EDF; }
p { color: rgb(83,62,223); }
H1.HeaderClassName
{
color: #533EDF;
}
.AnyTagClassName
{
color: #533EDF;
}
</style>
background-color css
<style>
a { background-color: #533EDF; }
a { background-color: rgb(83,62,223); }
div.DivClassName
{
background-color: #533EDF;
}
.BgClassName
{
background-color: #533EDF;
}
</style>
border-color css
<style>
span { border-color: #533EDF; }
span { border-color: rgb(83,62,223); }
td.TdClassName
{
border-color: #533EDF;
}
.TagClassName
{
border-color: #533EDF;
}
</style>