Shades of Neon Blue #5E3CEB
Tints of Neon Blue #5E3CEB
RGB
CMYK
RGB Variations
Color information
#5E3CEB (or 0x5E3CEB) is known color: Neon Blue. HEX triplet: 5E, 3C and EB. RGB value is (94,60,235). Sum of RGB (Red+Green+Blue) = 94+60+235=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E3CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3CEB is #A1C314. Grayscale: #595959. Windows color (decimal): -10601237 or 15416414. OLE color: 15416414.
HSL color Cylindrical-coordinate representation of color #5E3CEB: hue angle of 251.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E3CEB is Cyan = 0.6, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 60 | 235 | - |
| CMYK | 0.6 | 0.74 | 0 | 0.08 |
| HSL | 251.66º | 0.81% | 0.58% | - |
| HSV(B) | 251.66º | 0.74% | 0.92% | - |
| XYZ | 21.23 | 11.61 | 79.72 | - |
| YUV | 90.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 60 | 235 | 0.6 | 0.74 | 0 | 0.08 | 251.66 | 0.81 | 0.58 |
| Hex | 5E | 3C | EB | 3C | 4A | 0 | 8 | FC | 51 | 3A |
| Octal | 136 | 74 | 353 | 74 | 112 | 0 | 10 | 374 | 121 | 72 |
| Binary | 1011110 | 111100 | 11101011 | 111100 | 1001010 | 0 | 1000 | 11111100 | 1010001 | 111010 |
Color Harmonies of #5E3CEB
Complementary color
Monochromatic Colors of #5E3CEB
Black with #5E3CEB
Text Example
Text Example
White with #5E3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3CEB; }
p { color: rgb(94,60,235); }
H1.HeaderClassName
{
color: #5E3CEB;
}
.AnyTagClassName
{
color: #5E3CEB;
}
</style>
background-color css
<style>
a { background-color: #5E3CEB; }
a { background-color: rgb(94,60,235); }
div.DivClassName
{
background-color: #5E3CEB;
}
.BgClassName
{
background-color: #5E3CEB;
}
</style>
border-color css
<style>
span { border-color: #5E3CEB; }
span { border-color: rgb(94,60,235); }
td.TdClassName
{
border-color: #5E3CEB;
}
.TagClassName
{
border-color: #5E3CEB;
}
</style>