Shades of Neon Blue #5E4AFF
Tints of Neon Blue #5E4AFF
RGB
CMYK
RGB Variations
Color information
#5E4AFF (or 0x5E4AFF) is known color: Neon Blue. HEX triplet: 5E, 4A and FF. RGB value is (94,74,255). Sum of RGB (Red+Green+Blue) = 94+74+255=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E4AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4AFF is #A1B500. Grayscale: #636363. Windows color (decimal): -10597633 or 16730718. OLE color: 16730718.
HSL color Cylindrical-coordinate representation of color #5E4AFF: hue angle of 246.63º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E4AFF is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 74 | 255 | - |
| CMYK | 0.63 | 0.71 | 0 | 0 |
| HSL | 246.63º | 1% | 0.65% | - |
| HSV(B) | 246.63º | 0.71% | 1% | - |
| XYZ | 25.11 | 14.5 | 96.08 | - |
| YUV | 100.61 | 215.13 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 74 | 255 | 0.63 | 0.71 | 0 | 0 | 246.63 | 1 | 0.65 |
| Hex | 5E | 4A | FF | 3F | 47 | 0 | 0 | F7 | 64 | 41 |
| Octal | 136 | 112 | 377 | 77 | 107 | 0 | 0 | 367 | 144 | 101 |
| Binary | 1011110 | 1001010 | 11111111 | 111111 | 1000111 | 0 | 0 | 11110111 | 1100100 | 1000001 |
Color Harmonies of #5E4AFF
Complementary color
Monochromatic Colors of #5E4AFF
Black with #5E4AFF
Text Example
Text Example
White with #5E4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4AFF; }
p { color: rgb(94,74,255); }
H1.HeaderClassName
{
color: #5E4AFF;
}
.AnyTagClassName
{
color: #5E4AFF;
}
</style>
background-color css
<style>
a { background-color: #5E4AFF; }
a { background-color: rgb(94,74,255); }
div.DivClassName
{
background-color: #5E4AFF;
}
.BgClassName
{
background-color: #5E4AFF;
}
</style>
border-color css
<style>
span { border-color: #5E4AFF; }
span { border-color: rgb(94,74,255); }
td.TdClassName
{
border-color: #5E4AFF;
}
.TagClassName
{
border-color: #5E4AFF;
}
</style>