Shades of Neon Blue #5B4EEF
Tints of Neon Blue #5B4EEF
RGB
CMYK
RGB Variations
Color information
#5B4EEF (or 0x5B4EEF) is known color: Neon Blue. HEX triplet: 5B, 4E and EF. RGB value is (91,78,239). Sum of RGB (Red+Green+Blue) = 91+78+239=408 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.30% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B4EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B4EEF is #A4B110. Grayscale: #636363. Windows color (decimal): -10793233 or 15683163. OLE color: 15683163.
HSL color Cylindrical-coordinate representation of color #5B4EEF: hue angle of 244.84º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B4EEF is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 78 | 239 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.06 |
| HSL | 244.84º | 0.83% | 0.62% | - |
| HSV(B) | 244.84º | 0.67% | 0.94% | - |
| XYZ | 22.62 | 13.9 | 83.15 | - |
| YUV | 100.24 | 206.31 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 239 | 0.62 | 0.67 | 0 | 0.06 | 244.84 | 0.83 | 0.62 |
| Hex | 5B | 4E | EF | 3E | 43 | 0 | 6 | F5 | 53 | 3E |
| Octal | 133 | 116 | 357 | 76 | 103 | 0 | 6 | 365 | 123 | 76 |
| Binary | 1011011 | 1001110 | 11101111 | 111110 | 1000011 | 0 | 110 | 11110101 | 1010011 | 111110 |
Color Harmonies of #5B4EEF
Complementary color
Monochromatic Colors of #5B4EEF
Black with #5B4EEF
Text Example
Text Example
White with #5B4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4EEF; }
p { color: rgb(91,78,239); }
H1.HeaderClassName
{
color: #5B4EEF;
}
.AnyTagClassName
{
color: #5B4EEF;
}
</style>
background-color css
<style>
a { background-color: #5B4EEF; }
a { background-color: rgb(91,78,239); }
div.DivClassName
{
background-color: #5B4EEF;
}
.BgClassName
{
background-color: #5B4EEF;
}
</style>
border-color css
<style>
span { border-color: #5B4EEF; }
span { border-color: rgb(91,78,239); }
td.TdClassName
{
border-color: #5B4EEF;
}
.TagClassName
{
border-color: #5B4EEF;
}
</style>