Shades of Neon Blue #5B57EE
Tints of Neon Blue #5B57EE
RGB
CMYK
RGB Variations
Color information
#5B57EE (or 0x5B57EE) is known color: Neon Blue. HEX triplet: 5B, 57 and EE. RGB value is (91,87,238). Sum of RGB (Red+Green+Blue) = 91+87+238=416 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.88% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B57EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B57EE is #A4A811. Grayscale: #686868. Windows color (decimal): -10790930 or 15619931. OLE color: 15619931.
HSL color Cylindrical-coordinate representation of color #5B57EE: hue angle of 241.59º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B57EE is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 87 | 238 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.07 |
| HSL | 241.59º | 0.82% | 0.64% | - |
| HSV(B) | 241.59º | 0.63% | 0.93% | - |
| XYZ | 23.16 | 15.21 | 82.61 | - |
| YUV | 105.41 | 202.83 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 238 | 0.62 | 0.63 | 0 | 0.07 | 241.59 | 0.82 | 0.64 |
| Hex | 5B | 57 | EE | 3E | 3F | 0 | 7 | F2 | 52 | 40 |
| Octal | 133 | 127 | 356 | 76 | 77 | 0 | 7 | 362 | 122 | 100 |
| Binary | 1011011 | 1010111 | 11101110 | 111110 | 111111 | 0 | 111 | 11110010 | 1010010 | 1000000 |
Color Harmonies of #5B57EE
Complementary color
Monochromatic Colors of #5B57EE
Black with #5B57EE
Text Example
Text Example
White with #5B57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B57EE; }
p { color: rgb(91,87,238); }
H1.HeaderClassName
{
color: #5B57EE;
}
.AnyTagClassName
{
color: #5B57EE;
}
</style>
background-color css
<style>
a { background-color: #5B57EE; }
a { background-color: rgb(91,87,238); }
div.DivClassName
{
background-color: #5B57EE;
}
.BgClassName
{
background-color: #5B57EE;
}
</style>
border-color css
<style>
span { border-color: #5B57EE; }
span { border-color: rgb(91,87,238); }
td.TdClassName
{
border-color: #5B57EE;
}
.TagClassName
{
border-color: #5B57EE;
}
</style>