Shades of Neon Blue #5E3FFA
Tints of Neon Blue #5E3FFA
RGB
CMYK
RGB Variations
Color information
#5E3FFA (or 0x5E3FFA) is known color: Neon Blue. HEX triplet: 5E, 3F and FA. RGB value is (94,63,250). Sum of RGB (Red+Green+Blue) = 94+63+250=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E3FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3FFA is #A1C005. Grayscale: #5C5C5C. Windows color (decimal): -10600454 or 16400222. OLE color: 16400222.
HSL color Cylindrical-coordinate representation of color #5E3FFA: hue angle of 249.95º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E3FFA is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 63 | 250 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.02 |
| HSL | 249.95º | 0.95% | 0.61% | - |
| HSV(B) | 249.95º | 0.75% | 0.98% | - |
| XYZ | 23.65 | 12.84 | 91.67 | - |
| YUV | 93.59 | 216.27 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 250 | 0.62 | 0.75 | 0 | 0.02 | 249.95 | 0.95 | 0.61 |
| Hex | 5E | 3F | FA | 3E | 4B | 0 | 2 | FA | 5F | 3D |
| Octal | 136 | 77 | 372 | 76 | 113 | 0 | 2 | 372 | 137 | 75 |
| Binary | 1011110 | 111111 | 11111010 | 111110 | 1001011 | 0 | 10 | 11111010 | 1011111 | 111101 |
Color Harmonies of #5E3FFA
Complementary color
Monochromatic Colors of #5E3FFA
Black with #5E3FFA
Text Example
Text Example
White with #5E3FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3FFA; }
p { color: rgb(94,63,250); }
H1.HeaderClassName
{
color: #5E3FFA;
}
.AnyTagClassName
{
color: #5E3FFA;
}
</style>
background-color css
<style>
a { background-color: #5E3FFA; }
a { background-color: rgb(94,63,250); }
div.DivClassName
{
background-color: #5E3FFA;
}
.BgClassName
{
background-color: #5E3FFA;
}
</style>
border-color css
<style>
span { border-color: #5E3FFA; }
span { border-color: rgb(94,63,250); }
td.TdClassName
{
border-color: #5E3FFA;
}
.TagClassName
{
border-color: #5E3FFA;
}
</style>