Shades of Neon Blue #5E3AF6
Tints of Neon Blue #5E3AF6
RGB
CMYK
RGB Variations
Color information
#5E3AF6 (or 0x5E3AF6) is known color: Neon Blue. HEX triplet: 5E, 3A and F6. RGB value is (94,58,246). Sum of RGB (Red+Green+Blue) = 94+58+246=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #5E3AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3AF6 is #A1C509. Grayscale: #595959. Windows color (decimal): -10601738 or 16136798. OLE color: 16136798.
HSL color Cylindrical-coordinate representation of color #5E3AF6: hue angle of 251.49º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E3AF6 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 58 | 246 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.04 |
| HSL | 251.49º | 0.91% | 0.6% | - |
| HSV(B) | 251.49º | 0.76% | 0.96% | - |
| XYZ | 22.76 | 12.06 | 88.32 | - |
| YUV | 90.2 | 215.93 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 58 | 246 | 0.62 | 0.76 | 0 | 0.04 | 251.49 | 0.91 | 0.6 |
| Hex | 5E | 3A | F6 | 3E | 4C | 0 | 4 | FB | 5B | 3C |
| Octal | 136 | 72 | 366 | 76 | 114 | 0 | 4 | 373 | 133 | 74 |
| Binary | 1011110 | 111010 | 11110110 | 111110 | 1001100 | 0 | 100 | 11111011 | 1011011 | 111100 |
Color Harmonies of #5E3AF6
Complementary color
Monochromatic Colors of #5E3AF6
Black with #5E3AF6
Text Example
Text Example
White with #5E3AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3AF6; }
p { color: rgb(94,58,246); }
H1.HeaderClassName
{
color: #5E3AF6;
}
.AnyTagClassName
{
color: #5E3AF6;
}
</style>
background-color css
<style>
a { background-color: #5E3AF6; }
a { background-color: rgb(94,58,246); }
div.DivClassName
{
background-color: #5E3AF6;
}
.BgClassName
{
background-color: #5E3AF6;
}
</style>
border-color css
<style>
span { border-color: #5E3AF6; }
span { border-color: rgb(94,58,246); }
td.TdClassName
{
border-color: #5E3AF6;
}
.TagClassName
{
border-color: #5E3AF6;
}
</style>