Shades of Neon Blue #5357EE
Tints of Neon Blue #5357EE
RGB
CMYK
RGB Variations
Color information
#5357EE (or 0x5357EE) is known color: Neon Blue. HEX triplet: 53, 57 and EE. RGB value is (83,87,238). Sum of RGB (Red+Green+Blue) = 83+87+238=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #5357EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5357EE is #ACA811. Grayscale: #666666. Windows color (decimal): -11315218 or 15619923. OLE color: 15619923.
HSL color Cylindrical-coordinate representation of color #5357EE: hue angle of 238.45º 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 #5357EE is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 87 | 238 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.07 |
| HSL | 238.45º | 0.82% | 0.63% | - |
| HSV(B) | 238.45º | 0.65% | 0.93% | - |
| XYZ | 22.41 | 14.83 | 82.57 | - |
| YUV | 103.02 | 204.17 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 238 | 0.65 | 0.63 | 0 | 0.07 | 238.45 | 0.82 | 0.63 |
| Hex | 53 | 57 | EE | 41 | 3F | 0 | 7 | EE | 52 | 3F |
| Octal | 123 | 127 | 356 | 101 | 77 | 0 | 7 | 356 | 122 | 77 |
| Binary | 1010011 | 1010111 | 11101110 | 1000001 | 111111 | 0 | 111 | 11101110 | 1010010 | 111111 |
Color Harmonies of #5357EE
Complementary color
Monochromatic Colors of #5357EE
Black with #5357EE
Text Example
Text Example
White with #5357EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5357EE; }
p { color: rgb(83,87,238); }
H1.HeaderClassName
{
color: #5357EE;
}
.AnyTagClassName
{
color: #5357EE;
}
</style>
background-color css
<style>
a { background-color: #5357EE; }
a { background-color: rgb(83,87,238); }
div.DivClassName
{
background-color: #5357EE;
}
.BgClassName
{
background-color: #5357EE;
}
</style>
border-color css
<style>
span { border-color: #5357EE; }
span { border-color: rgb(83,87,238); }
td.TdClassName
{
border-color: #5357EE;
}
.TagClassName
{
border-color: #5357EE;
}
</style>