Shades of Neon Blue #5E4BFA
Tints of Neon Blue #5E4BFA
RGB
CMYK
RGB Variations
Color information
#5E4BFA (or 0x5E4BFA) is known color: Neon Blue. HEX triplet: 5E, 4B and FA. RGB value is (94,75,250). Sum of RGB (Red+Green+Blue) = 94+75+250=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E4BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4BFA is #A1B405. Grayscale: #636363. Windows color (decimal): -10597382 or 16403294. OLE color: 16403294.
HSL color Cylindrical-coordinate representation of color #5E4BFA: hue angle of 246.51º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E4BFA is Cyan = 0.62, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 75 | 250 | - |
| CMYK | 0.62 | 0.7 | 0 | 0.02 |
| HSL | 246.51º | 0.95% | 0.64% | - |
| HSV(B) | 246.51º | 0.7% | 0.98% | - |
| XYZ | 24.39 | 14.31 | 91.92 | - |
| YUV | 100.63 | 212.29 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 75 | 250 | 0.62 | 0.7 | 0 | 0.02 | 246.51 | 0.95 | 0.64 |
| Hex | 5E | 4B | FA | 3E | 46 | 0 | 2 | F7 | 5F | 40 |
| Octal | 136 | 113 | 372 | 76 | 106 | 0 | 2 | 367 | 137 | 100 |
| Binary | 1011110 | 1001011 | 11111010 | 111110 | 1000110 | 0 | 10 | 11110111 | 1011111 | 1000000 |
Color Harmonies of #5E4BFA
Complementary color
Monochromatic Colors of #5E4BFA
Black with #5E4BFA
Text Example
Text Example
White with #5E4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4BFA; }
p { color: rgb(94,75,250); }
H1.HeaderClassName
{
color: #5E4BFA;
}
.AnyTagClassName
{
color: #5E4BFA;
}
</style>
background-color css
<style>
a { background-color: #5E4BFA; }
a { background-color: rgb(94,75,250); }
div.DivClassName
{
background-color: #5E4BFA;
}
.BgClassName
{
background-color: #5E4BFA;
}
</style>
border-color css
<style>
span { border-color: #5E4BFA; }
span { border-color: rgb(94,75,250); }
td.TdClassName
{
border-color: #5E4BFA;
}
.TagClassName
{
border-color: #5E4BFA;
}
</style>