Shades of Neon Blue #5E4AFB
Tints of Neon Blue #5E4AFB
RGB
CMYK
RGB Variations
Color information
#5E4AFB (or 0x5E4AFB) is known color: Neon Blue. HEX triplet: 5E, 4A and FB. RGB value is (94,74,251). Sum of RGB (Red+Green+Blue) = 94+74+251=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E4AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4AFB is #A1B504. Grayscale: #636363. Windows color (decimal): -10597637 or 16468574. OLE color: 16468574.
HSL color Cylindrical-coordinate representation of color #5E4AFB: hue angle of 246.78º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E4AFB is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 74 | 251 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.02 |
| HSL | 246.78º | 0.96% | 0.64% | - |
| HSV(B) | 246.78º | 0.71% | 0.98% | - |
| XYZ | 24.48 | 14.24 | 92.73 | - |
| YUV | 100.16 | 213.13 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 74 | 251 | 0.63 | 0.71 | 0 | 0.02 | 246.78 | 0.96 | 0.64 |
| Hex | 5E | 4A | FB | 3F | 47 | 0 | 2 | F7 | 60 | 40 |
| Octal | 136 | 112 | 373 | 77 | 107 | 0 | 2 | 367 | 140 | 100 |
| Binary | 1011110 | 1001010 | 11111011 | 111111 | 1000111 | 0 | 10 | 11110111 | 1100000 | 1000000 |
Color Harmonies of #5E4AFB
Complementary color
Monochromatic Colors of #5E4AFB
Black with #5E4AFB
Text Example
Text Example
White with #5E4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4AFB; }
p { color: rgb(94,74,251); }
H1.HeaderClassName
{
color: #5E4AFB;
}
.AnyTagClassName
{
color: #5E4AFB;
}
</style>
background-color css
<style>
a { background-color: #5E4AFB; }
a { background-color: rgb(94,74,251); }
div.DivClassName
{
background-color: #5E4AFB;
}
.BgClassName
{
background-color: #5E4AFB;
}
</style>
border-color css
<style>
span { border-color: #5E4AFB; }
span { border-color: rgb(94,74,251); }
td.TdClassName
{
border-color: #5E4AFB;
}
.TagClassName
{
border-color: #5E4AFB;
}
</style>