Shades of Neon Blue #5E3AFB
Tints of Neon Blue #5E3AFB
RGB
CMYK
RGB Variations
Color information
#5E3AFB (or 0x5E3AFB) is known color: Neon Blue. HEX triplet: 5E, 3A and FB. RGB value is (94,58,251). Sum of RGB (Red+Green+Blue) = 94+58+251=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E3AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3AFB is #A1C504. Grayscale: #5A5A5A. Windows color (decimal): -10601733 or 16464478. OLE color: 16464478.
HSL color Cylindrical-coordinate representation of color #5E3AFB: hue angle of 251.19º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E3AFB is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 58 | 251 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.02 |
| HSL | 251.19º | 0.96% | 0.61% | - |
| HSV(B) | 251.19º | 0.77% | 0.98% | - |
| XYZ | 23.54 | 12.37 | 92.41 | - |
| YUV | 90.77 | 218.43 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 58 | 251 | 0.63 | 0.77 | 0 | 0.02 | 251.19 | 0.96 | 0.61 |
| Hex | 5E | 3A | FB | 3F | 4D | 0 | 2 | FB | 60 | 3D |
| Octal | 136 | 72 | 373 | 77 | 115 | 0 | 2 | 373 | 140 | 75 |
| Binary | 1011110 | 111010 | 11111011 | 111111 | 1001101 | 0 | 10 | 11111011 | 1100000 | 111101 |
Color Harmonies of #5E3AFB
Complementary color
Monochromatic Colors of #5E3AFB
Black with #5E3AFB
Text Example
Text Example
White with #5E3AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3AFB; }
p { color: rgb(94,58,251); }
H1.HeaderClassName
{
color: #5E3AFB;
}
.AnyTagClassName
{
color: #5E3AFB;
}
</style>
background-color css
<style>
a { background-color: #5E3AFB; }
a { background-color: rgb(94,58,251); }
div.DivClassName
{
background-color: #5E3AFB;
}
.BgClassName
{
background-color: #5E3AFB;
}
</style>
border-color css
<style>
span { border-color: #5E3AFB; }
span { border-color: rgb(94,58,251); }
td.TdClassName
{
border-color: #5E3AFB;
}
.TagClassName
{
border-color: #5E3AFB;
}
</style>