Shades of Neon Blue #535EEE
Tints of Neon Blue #535EEE
RGB
CMYK
RGB Variations
Color information
#535EEE (or 0x535EEE) is known color: Neon Blue. HEX triplet: 53, 5E and EE. RGB value is (83,94,238). Sum of RGB (Red+Green+Blue) = 83+94+238=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #535EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535EEE is #ACA111. Grayscale: #6A6A6A. Windows color (decimal): -11313426 or 15621715. OLE color: 15621715.
HSL color Cylindrical-coordinate representation of color #535EEE: hue angle of 235.74º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #535EEE is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 94 | 238 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.07 |
| HSL | 235.74º | 0.82% | 0.63% | - |
| HSV(B) | 235.74º | 0.65% | 0.93% | - |
| XYZ | 23 | 16.02 | 82.77 | - |
| YUV | 107.13 | 201.86 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 238 | 0.65 | 0.61 | 0 | 0.07 | 235.74 | 0.82 | 0.63 |
| Hex | 53 | 5E | EE | 41 | 3D | 0 | 7 | EC | 52 | 3F |
| Octal | 123 | 136 | 356 | 101 | 75 | 0 | 7 | 354 | 122 | 77 |
| Binary | 1010011 | 1011110 | 11101110 | 1000001 | 111101 | 0 | 111 | 11101100 | 1010010 | 111111 |
Color Harmonies of #535EEE
Complementary color
Monochromatic Colors of #535EEE
Black with #535EEE
Text Example
Text Example
White with #535EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535EEE; }
p { color: rgb(83,94,238); }
H1.HeaderClassName
{
color: #535EEE;
}
.AnyTagClassName
{
color: #535EEE;
}
</style>
background-color css
<style>
a { background-color: #535EEE; }
a { background-color: rgb(83,94,238); }
div.DivClassName
{
background-color: #535EEE;
}
.BgClassName
{
background-color: #535EEE;
}
</style>
border-color css
<style>
span { border-color: #535EEE; }
span { border-color: rgb(83,94,238); }
td.TdClassName
{
border-color: #535EEE;
}
.TagClassName
{
border-color: #535EEE;
}
</style>