Shades of Neon Blue #5B5EEC
Tints of Neon Blue #5B5EEC
RGB
CMYK
RGB Variations
Color information
#5B5EEC (or 0x5B5EEC) is known color: Neon Blue. HEX triplet: 5B, 5E and EC. RGB value is (91,94,236). Sum of RGB (Red+Green+Blue) = 91+94+236=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B5EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5EEC is #A4A113. Grayscale: #6C6C6C. Windows color (decimal): -10789140 or 15490651. OLE color: 15490651.
HSL color Cylindrical-coordinate representation of color #5B5EEC: hue angle of 238.76º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B5EEC is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 91 | 94 | 236 | - |
CMYK | 0.61 | 0.60 | 0 | 0.07 |
HSL | 238.76º | 0.79% | 0.64% | - |
HSV(B) | 238.76º | 0.61% | 0.93% | - |
XYZ | 23.46 | 16.29 | 81.26 | - |
YUV | 109.29 | 199.51 | 114.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 91 | 94 | 236 | 0.61 | 0.60 | 0 | 0.07 | 238.76 | 0.79 | 0.64 |
Hex | 5B | 5E | EC | 3D | 3C | 0 | 7 | EF | 4F | 40 |
Octal | 133 | 136 | 354 | 75 | 74 | 0 | 7 | 357 | 117 | 100 |
Binary | 1011011 | 1011110 | 11101100 | 111101 | 111100 | 0 | 111 | 11101111 | 1001111 | 1000000 |
Color Harmonies of #5B5EEC
Complementary color
Monochromatic Colors of #5B5EEC
Black with #5B5EEC
Text Example
Text Example
White with #5B5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5EEC; }
p { color: rgb(91,94,236); }
H1.HeaderClassName
{
color: #5B5EEC;
}
.AnyTagClassName
{
color: #5B5EEC;
}
</style>
background-color css
<style>
a { background-color: #5B5EEC; }
a { background-color: rgb(91,94,236); }
div.DivClassName
{
background-color: #5B5EEC;
}
.BgClassName
{
background-color: #5B5EEC;
}
</style>
border-color css
<style>
span { border-color: #5B5EEC; }
span { border-color: rgb(91,94,236); }
td.TdClassName
{
border-color: #5B5EEC;
}
.TagClassName
{
border-color: #5B5EEC;
}
</style>