Shades of Neon Blue #535CEE
Tints of Neon Blue #535CEE
RGB
CMYK
RGB Variations
Color information
#535CEE (or 0x535CEE) is known color: Neon Blue. HEX triplet: 53, 5C and EE. RGB value is (83,92,238). Sum of RGB (Red+Green+Blue) = 83+92+238=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #535CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535CEE is #ACA311. Grayscale: #696969. Windows color (decimal): -11313938 or 15621203. OLE color: 15621203.
HSL color Cylindrical-coordinate representation of color #535CEE: hue angle of 236.52º 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 #535CEE is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 92 | 238 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.07 |
| HSL | 236.52º | 0.82% | 0.63% | - |
| HSV(B) | 236.52º | 0.65% | 0.93% | - |
| XYZ | 22.83 | 15.67 | 82.71 | - |
| YUV | 105.95 | 202.52 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 238 | 0.65 | 0.61 | 0 | 0.07 | 236.52 | 0.82 | 0.63 |
| Hex | 53 | 5C | EE | 41 | 3D | 0 | 7 | ED | 52 | 3F |
| Octal | 123 | 134 | 356 | 101 | 75 | 0 | 7 | 355 | 122 | 77 |
| Binary | 1010011 | 1011100 | 11101110 | 1000001 | 111101 | 0 | 111 | 11101101 | 1010010 | 111111 |
Color Harmonies of #535CEE
Complementary color
Monochromatic Colors of #535CEE
Black with #535CEE
Text Example
Text Example
White with #535CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CEE; }
p { color: rgb(83,92,238); }
H1.HeaderClassName
{
color: #535CEE;
}
.AnyTagClassName
{
color: #535CEE;
}
</style>
background-color css
<style>
a { background-color: #535CEE; }
a { background-color: rgb(83,92,238); }
div.DivClassName
{
background-color: #535CEE;
}
.BgClassName
{
background-color: #535CEE;
}
</style>
border-color css
<style>
span { border-color: #535CEE; }
span { border-color: rgb(83,92,238); }
td.TdClassName
{
border-color: #535CEE;
}
.TagClassName
{
border-color: #535CEE;
}
</style>