Shades of Neon Blue #5E3CEC
Tints of Neon Blue #5E3CEC
RGB
CMYK
RGB Variations
Color information
#5E3CEC (or 0x5E3CEC) is known color: Neon Blue. HEX triplet: 5E, 3C and EC. RGB value is (94,60,236). Sum of RGB (Red+Green+Blue) = 94+60+236=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E3CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3CEC is #A1C313. Grayscale: #595959. Windows color (decimal): -10601236 or 15481950. OLE color: 15481950.
HSL color Cylindrical-coordinate representation of color #5E3CEC: hue angle of 251.59º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E3CEC is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 60 | 236 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.07 |
| HSL | 251.59º | 0.82% | 0.58% | - |
| HSV(B) | 251.59º | 0.75% | 0.93% | - |
| XYZ | 21.37 | 11.67 | 80.48 | - |
| YUV | 90.23 | 210.26 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 60 | 236 | 0.60 | 0.75 | 0 | 0.07 | 251.59 | 0.82 | 0.58 |
| Hex | 5E | 3C | EC | 3C | 4B | 0 | 7 | FC | 52 | 3A |
| Octal | 136 | 74 | 354 | 74 | 113 | 0 | 7 | 374 | 122 | 72 |
| Binary | 1011110 | 111100 | 11101100 | 111100 | 1001011 | 0 | 111 | 11111100 | 1010010 | 111010 |
Color Harmonies of #5E3CEC
Complementary color
Monochromatic Colors of #5E3CEC
Black with #5E3CEC
Text Example
Text Example
White with #5E3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3CEC; }
p { color: rgb(94,60,236); }
H1.HeaderClassName
{
color: #5E3CEC;
}
.AnyTagClassName
{
color: #5E3CEC;
}
</style>
background-color css
<style>
a { background-color: #5E3CEC; }
a { background-color: rgb(94,60,236); }
div.DivClassName
{
background-color: #5E3CEC;
}
.BgClassName
{
background-color: #5E3CEC;
}
</style>
border-color css
<style>
span { border-color: #5E3CEC; }
span { border-color: rgb(94,60,236); }
td.TdClassName
{
border-color: #5E3CEC;
}
.TagClassName
{
border-color: #5E3CEC;
}
</style>