Shades of Neon Blue #5E3DEA
Tints of Neon Blue #5E3DEA
RGB
CMYK
RGB Variations
Color information
#5E3DEA (or 0x5E3DEA) is known color: Neon Blue. HEX triplet: 5E, 3D and EA. RGB value is (94,61,234). Sum of RGB (Red+Green+Blue) = 94+61+234=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E3DEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3DEA is #A1C215. Grayscale: #595959. Windows color (decimal): -10600982 or 15351134. OLE color: 15351134.
HSL color Cylindrical-coordinate representation of color #5E3DEA: hue angle of 251.45º degrees, saturation: 0.8, 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 #5E3DEA is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 61 | 234 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.08 |
| HSL | 251.45º | 0.8% | 0.58% | - |
| HSV(B) | 251.45º | 0.74% | 0.92% | - |
| XYZ | 21.14 | 11.66 | 78.98 | - |
| YUV | 90.59 | 208.93 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 61 | 234 | 0.60 | 0.74 | 0 | 0.08 | 251.45 | 0.8 | 0.58 |
| Hex | 5E | 3D | EA | 3C | 4A | 0 | 8 | FB | 50 | 3A |
| Octal | 136 | 75 | 352 | 74 | 112 | 0 | 10 | 373 | 120 | 72 |
| Binary | 1011110 | 111101 | 11101010 | 111100 | 1001010 | 0 | 1000 | 11111011 | 1010000 | 111010 |
Color Harmonies of #5E3DEA
Complementary color
Monochromatic Colors of #5E3DEA
Black with #5E3DEA
Text Example
Text Example
White with #5E3DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3DEA; }
p { color: rgb(94,61,234); }
H1.HeaderClassName
{
color: #5E3DEA;
}
.AnyTagClassName
{
color: #5E3DEA;
}
</style>
background-color css
<style>
a { background-color: #5E3DEA; }
a { background-color: rgb(94,61,234); }
div.DivClassName
{
background-color: #5E3DEA;
}
.BgClassName
{
background-color: #5E3DEA;
}
</style>
border-color css
<style>
span { border-color: #5E3DEA; }
span { border-color: rgb(94,61,234); }
td.TdClassName
{
border-color: #5E3DEA;
}
.TagClassName
{
border-color: #5E3DEA;
}
</style>