Shades of Neon Blue #5E4FFA
Tints of Neon Blue #5E4FFA
RGB
CMYK
RGB Variations
Color information
#5E4FFA (or 0x5E4FFA) is known color: Neon Blue. HEX triplet: 5E, 4F and FA. RGB value is (94,79,250). Sum of RGB (Red+Green+Blue) = 94+79+250=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E4FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E4FFA is #A1B005. Grayscale: #666666. Windows color (decimal): -10596358 or 16404318. OLE color: 16404318.
HSL color Cylindrical-coordinate representation of color #5E4FFA: hue angle of 245.26º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E4FFA is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 79 | 250 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.02 |
| HSL | 245.26º | 0.94% | 0.65% | - |
| HSV(B) | 245.26º | 0.68% | 0.98% | - |
| XYZ | 24.67 | 14.87 | 92.01 | - |
| YUV | 102.98 | 210.97 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 250 | 0.62 | 0.68 | 0 | 0.02 | 245.26 | 0.94 | 0.65 |
| Hex | 5E | 4F | FA | 3E | 44 | 0 | 2 | F5 | 5E | 41 |
| Octal | 136 | 117 | 372 | 76 | 104 | 0 | 2 | 365 | 136 | 101 |
| Binary | 1011110 | 1001111 | 11111010 | 111110 | 1000100 | 0 | 10 | 11110101 | 1011110 | 1000001 |
Color Harmonies of #5E4FFA
Complementary color
Monochromatic Colors of #5E4FFA
Black with #5E4FFA
Text Example
Text Example
White with #5E4FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4FFA; }
p { color: rgb(94,79,250); }
H1.HeaderClassName
{
color: #5E4FFA;
}
.AnyTagClassName
{
color: #5E4FFA;
}
</style>
background-color css
<style>
a { background-color: #5E4FFA; }
a { background-color: rgb(94,79,250); }
div.DivClassName
{
background-color: #5E4FFA;
}
.BgClassName
{
background-color: #5E4FFA;
}
</style>
border-color css
<style>
span { border-color: #5E4FFA; }
span { border-color: rgb(94,79,250); }
td.TdClassName
{
border-color: #5E4FFA;
}
.TagClassName
{
border-color: #5E4FFA;
}
</style>