Shades of Neon Blue #5E3BFF
Tints of Neon Blue #5E3BFF
RGB
CMYK
RGB Variations
Color information
#5E3BFF (or 0x5E3BFF) is known color: Neon Blue. HEX triplet: 5E, 3B and FF. RGB value is (94,59,255). Sum of RGB (Red+Green+Blue) = 94+59+255=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E3BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3BFF is #A1C400. Grayscale: #5B5B5B. Windows color (decimal): -10601473 or 16726878. OLE color: 16726878.
HSL color Cylindrical-coordinate representation of color #5E3BFF: hue angle of 250.71º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E3BFF is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 59 | 255 | - |
| CMYK | 0.63 | 0.77 | 0 | 0 |
| HSL | 250.71º | 1% | 0.62% | - |
| HSV(B) | 250.71º | 0.77% | 1% | - |
| XYZ | 24.23 | 12.73 | 95.79 | - |
| YUV | 91.81 | 220.1 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 255 | 0.63 | 0.77 | 0 | 0 | 250.71 | 1 | 0.62 |
| Hex | 5E | 3B | FF | 3F | 4D | 0 | 0 | FB | 64 | 3E |
| Octal | 136 | 73 | 377 | 77 | 115 | 0 | 0 | 373 | 144 | 76 |
| Binary | 1011110 | 111011 | 11111111 | 111111 | 1001101 | 0 | 0 | 11111011 | 1100100 | 111110 |
Color Harmonies of #5E3BFF
Complementary color
Monochromatic Colors of #5E3BFF
Black with #5E3BFF
Text Example
Text Example
White with #5E3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3BFF; }
p { color: rgb(94,59,255); }
H1.HeaderClassName
{
color: #5E3BFF;
}
.AnyTagClassName
{
color: #5E3BFF;
}
</style>
background-color css
<style>
a { background-color: #5E3BFF; }
a { background-color: rgb(94,59,255); }
div.DivClassName
{
background-color: #5E3BFF;
}
.BgClassName
{
background-color: #5E3BFF;
}
</style>
border-color css
<style>
span { border-color: #5E3BFF; }
span { border-color: rgb(94,59,255); }
td.TdClassName
{
border-color: #5E3BFF;
}
.TagClassName
{
border-color: #5E3BFF;
}
</style>