Shades of Neon Blue #5359EE
Tints of Neon Blue #5359EE
RGB
CMYK
RGB Variations
Color information
#5359EE (or 0x5359EE) is known color: Neon Blue. HEX triplet: 53, 59 and EE. RGB value is (83,89,238). Sum of RGB (Red+Green+Blue) = 83+89+238=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #5359EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5359EE is #ACA611. Grayscale: #676767. Windows color (decimal): -11314706 or 15620435. OLE color: 15620435.
HSL color Cylindrical-coordinate representation of color #5359EE: hue angle of 237.68º 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 #5359EE is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 89 | 238 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.07 |
| HSL | 237.68º | 0.82% | 0.63% | - |
| HSV(B) | 237.68º | 0.65% | 0.93% | - |
| XYZ | 22.57 | 15.16 | 82.62 | - |
| YUV | 104.19 | 203.51 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 238 | 0.65 | 0.63 | 0 | 0.07 | 237.68 | 0.82 | 0.63 |
| Hex | 53 | 59 | EE | 41 | 3F | 0 | 7 | EE | 52 | 3F |
| Octal | 123 | 131 | 356 | 101 | 77 | 0 | 7 | 356 | 122 | 77 |
| Binary | 1010011 | 1011001 | 11101110 | 1000001 | 111111 | 0 | 111 | 11101110 | 1010010 | 111111 |
Color Harmonies of #5359EE
Complementary color
Monochromatic Colors of #5359EE
Black with #5359EE
Text Example
Text Example
White with #5359EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5359EE; }
p { color: rgb(83,89,238); }
H1.HeaderClassName
{
color: #5359EE;
}
.AnyTagClassName
{
color: #5359EE;
}
</style>
background-color css
<style>
a { background-color: #5359EE; }
a { background-color: rgb(83,89,238); }
div.DivClassName
{
background-color: #5359EE;
}
.BgClassName
{
background-color: #5359EE;
}
</style>
border-color css
<style>
span { border-color: #5359EE; }
span { border-color: rgb(83,89,238); }
td.TdClassName
{
border-color: #5359EE;
}
.TagClassName
{
border-color: #5359EE;
}
</style>