Shades of Neon Blue #535BEE
Tints of Neon Blue #535BEE
RGB
CMYK
RGB Variations
Color information
#535BEE (or 0x535BEE) is known color: Neon Blue. HEX triplet: 53, 5B and EE. RGB value is (83,91,238). Sum of RGB (Red+Green+Blue) = 83+91+238=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #535BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535BEE is #ACA411. Grayscale: #686868. Windows color (decimal): -11314194 or 15620947. OLE color: 15620947.
HSL color Cylindrical-coordinate representation of color #535BEE: hue angle of 236.9º 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 #535BEE is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 91 | 238 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.07 |
| HSL | 236.9º | 0.82% | 0.63% | - |
| HSV(B) | 236.9º | 0.65% | 0.93% | - |
| XYZ | 22.74 | 15.49 | 82.68 | - |
| YUV | 105.37 | 202.85 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 238 | 0.65 | 0.62 | 0 | 0.07 | 236.9 | 0.82 | 0.63 |
| Hex | 53 | 5B | EE | 41 | 3E | 0 | 7 | ED | 52 | 3F |
| Octal | 123 | 133 | 356 | 101 | 76 | 0 | 7 | 355 | 122 | 77 |
| Binary | 1010011 | 1011011 | 11101110 | 1000001 | 111110 | 0 | 111 | 11101101 | 1010010 | 111111 |
Color Harmonies of #535BEE
Complementary color
Monochromatic Colors of #535BEE
Black with #535BEE
Text Example
Text Example
White with #535BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BEE; }
p { color: rgb(83,91,238); }
H1.HeaderClassName
{
color: #535BEE;
}
.AnyTagClassName
{
color: #535BEE;
}
</style>
background-color css
<style>
a { background-color: #535BEE; }
a { background-color: rgb(83,91,238); }
div.DivClassName
{
background-color: #535BEE;
}
.BgClassName
{
background-color: #535BEE;
}
</style>
border-color css
<style>
span { border-color: #535BEE; }
span { border-color: rgb(83,91,238); }
td.TdClassName
{
border-color: #535BEE;
}
.TagClassName
{
border-color: #535BEE;
}
</style>