Shades of Neon Blue #5E3BFE
Tints of Neon Blue #5E3BFE
RGB
CMYK
RGB Variations
Color information
#5E3BFE (or 0x5E3BFE) is known color: Neon Blue. HEX triplet: 5E, 3B and FE. RGB value is (94,59,254). Sum of RGB (Red+Green+Blue) = 94+59+254=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E3BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3BFE is #A1C401. Grayscale: #5A5A5A. Windows color (decimal): -10601474 or 16661342. OLE color: 16661342.
HSL color Cylindrical-coordinate representation of color #5E3BFE: hue angle of 250.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E3BFE is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 59 | 254 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.00 |
| HSL | 250.77º | 0.99% | 0.61% | - |
| HSV(B) | 250.77º | 0.77% | 1% | - |
| XYZ | 24.07 | 12.66 | 94.94 | - |
| YUV | 91.7 | 219.6 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 254 | 0.63 | 0.77 | 0 | 0.00 | 250.77 | 0.99 | 0.61 |
| Hex | 5E | 3B | FE | 3F | 4D | 0 | 0 | FB | 63 | 3D |
| Octal | 136 | 73 | 376 | 77 | 115 | 0 | 0 | 373 | 143 | 75 |
| Binary | 1011110 | 111011 | 11111110 | 111111 | 1001101 | 0 | 0 | 11111011 | 1100011 | 111101 |
Color Harmonies of #5E3BFE
Complementary color
Monochromatic Colors of #5E3BFE
Black with #5E3BFE
Text Example
Text Example
White with #5E3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3BFE; }
p { color: rgb(94,59,254); }
H1.HeaderClassName
{
color: #5E3BFE;
}
.AnyTagClassName
{
color: #5E3BFE;
}
</style>
background-color css
<style>
a { background-color: #5E3BFE; }
a { background-color: rgb(94,59,254); }
div.DivClassName
{
background-color: #5E3BFE;
}
.BgClassName
{
background-color: #5E3BFE;
}
</style>
border-color css
<style>
span { border-color: #5E3BFE; }
span { border-color: rgb(94,59,254); }
td.TdClassName
{
border-color: #5E3BFE;
}
.TagClassName
{
border-color: #5E3BFE;
}
</style>