Shades of Neon Blue #5E3BFC
Tints of Neon Blue #5E3BFC
RGB
CMYK
RGB Variations
Color information
#5E3BFC (or 0x5E3BFC) is known color: Neon Blue. HEX triplet: 5E, 3B and FC. RGB value is (94,59,252). Sum of RGB (Red+Green+Blue) = 94+59+252=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E3BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3BFC is #A1C403. Grayscale: #5A5A5A. Windows color (decimal): -10601476 or 16530270. OLE color: 16530270.
HSL color Cylindrical-coordinate representation of color #5E3BFC: hue angle of 250.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E3BFC is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 59 | 252 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.01 |
| HSL | 250.88º | 0.97% | 0.61% | - |
| HSV(B) | 250.88º | 0.77% | 0.99% | - |
| XYZ | 23.75 | 12.54 | 93.26 | - |
| YUV | 91.47 | 218.6 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 252 | 0.63 | 0.77 | 0 | 0.01 | 250.88 | 0.97 | 0.61 |
| Hex | 5E | 3B | FC | 3F | 4D | 0 | 1 | FB | 61 | 3D |
| Octal | 136 | 73 | 374 | 77 | 115 | 0 | 1 | 373 | 141 | 75 |
| Binary | 1011110 | 111011 | 11111100 | 111111 | 1001101 | 0 | 1 | 11111011 | 1100001 | 111101 |
Color Harmonies of #5E3BFC
Complementary color
Monochromatic Colors of #5E3BFC
Black with #5E3BFC
Text Example
Text Example
White with #5E3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3BFC; }
p { color: rgb(94,59,252); }
H1.HeaderClassName
{
color: #5E3BFC;
}
.AnyTagClassName
{
color: #5E3BFC;
}
</style>
background-color css
<style>
a { background-color: #5E3BFC; }
a { background-color: rgb(94,59,252); }
div.DivClassName
{
background-color: #5E3BFC;
}
.BgClassName
{
background-color: #5E3BFC;
}
</style>
border-color css
<style>
span { border-color: #5E3BFC; }
span { border-color: rgb(94,59,252); }
td.TdClassName
{
border-color: #5E3BFC;
}
.TagClassName
{
border-color: #5E3BFC;
}
</style>