Shades of Neon Blue #5B5EEF
Tints of Neon Blue #5B5EEF
RGB
CMYK
RGB Variations
Color information
#5B5EEF (or 0x5B5EEF) is known color: Neon Blue. HEX triplet: 5B, 5E and EF. RGB value is (91,94,239). Sum of RGB (Red+Green+Blue) = 91+94+239=424 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.46% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B5EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5EEF is #A4A110. Grayscale: #6D6D6D. Windows color (decimal): -10789137 or 15687259. OLE color: 15687259.
HSL color Cylindrical-coordinate representation of color #5B5EEF: hue angle of 238.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B5EEF is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 94 | 239 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.06 |
| HSL | 238.78º | 0.82% | 0.65% | - |
| HSV(B) | 238.78º | 0.62% | 0.94% | - |
| XYZ | 23.9 | 16.46 | 83.58 | - |
| YUV | 109.63 | 201.01 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 239 | 0.62 | 0.61 | 0 | 0.06 | 238.78 | 0.82 | 0.65 |
| Hex | 5B | 5E | EF | 3E | 3D | 0 | 6 | EF | 52 | 41 |
| Octal | 133 | 136 | 357 | 76 | 75 | 0 | 6 | 357 | 122 | 101 |
| Binary | 1011011 | 1011110 | 11101111 | 111110 | 111101 | 0 | 110 | 11101111 | 1010010 | 1000001 |
Color Harmonies of #5B5EEF
Complementary color
Monochromatic Colors of #5B5EEF
Black with #5B5EEF
Text Example
Text Example
White with #5B5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5EEF; }
p { color: rgb(91,94,239); }
H1.HeaderClassName
{
color: #5B5EEF;
}
.AnyTagClassName
{
color: #5B5EEF;
}
</style>
background-color css
<style>
a { background-color: #5B5EEF; }
a { background-color: rgb(91,94,239); }
div.DivClassName
{
background-color: #5B5EEF;
}
.BgClassName
{
background-color: #5B5EEF;
}
</style>
border-color css
<style>
span { border-color: #5B5EEF; }
span { border-color: rgb(91,94,239); }
td.TdClassName
{
border-color: #5B5EEF;
}
.TagClassName
{
border-color: #5B5EEF;
}
</style>