Shades of Neon Blue #5E4BEB
Tints of Neon Blue #5E4BEB
RGB
CMYK
RGB Variations
Color information
#5E4BEB (or 0x5E4BEB) is known color: Neon Blue. HEX triplet: 5E, 4B and EB. RGB value is (94,75,235). Sum of RGB (Red+Green+Blue) = 94+75+235=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E4BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4BEB is #A1B414. Grayscale: #626262. Windows color (decimal): -10597397 or 15420254. OLE color: 15420254.
HSL color Cylindrical-coordinate representation of color #5E4BEB: hue angle of 247.12º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E4BEB is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 75 | 235 | - |
| CMYK | 0.6 | 0.68 | 0 | 0.08 |
| HSL | 247.13º | 0.8% | 0.61% | - |
| HSV(B) | 247.13º | 0.68% | 0.92% | - |
| XYZ | 22.13 | 13.41 | 80.02 | - |
| YUV | 98.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 75 | 235 | 0.6 | 0.68 | 0 | 0.08 | 247.13 | 0.8 | 0.61 |
| Hex | 5E | 4B | EB | 3C | 44 | 0 | 8 | F7 | 50 | 3D |
| Octal | 136 | 113 | 353 | 74 | 104 | 0 | 10 | 367 | 120 | 75 |
| Binary | 1011110 | 1001011 | 11101011 | 111100 | 1000100 | 0 | 1000 | 11110111 | 1010000 | 111101 |
Color Harmonies of #5E4BEB
Complementary color
Monochromatic Colors of #5E4BEB
Black with #5E4BEB
Text Example
Text Example
White with #5E4BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4BEB; }
p { color: rgb(94,75,235); }
H1.HeaderClassName
{
color: #5E4BEB;
}
.AnyTagClassName
{
color: #5E4BEB;
}
</style>
background-color css
<style>
a { background-color: #5E4BEB; }
a { background-color: rgb(94,75,235); }
div.DivClassName
{
background-color: #5E4BEB;
}
.BgClassName
{
background-color: #5E4BEB;
}
</style>
border-color css
<style>
span { border-color: #5E4BEB; }
span { border-color: rgb(94,75,235); }
td.TdClassName
{
border-color: #5E4BEB;
}
.TagClassName
{
border-color: #5E4BEB;
}
</style>