Shades of Neon Blue #5E47F4
Tints of Neon Blue #5E47F4
RGB
CMYK
RGB Variations
Color information
#5E47F4 (or 0x5E47F4) is known color: Neon Blue. HEX triplet: 5E, 47 and F4. RGB value is (94,71,244). Sum of RGB (Red+Green+Blue) = 94+71+244=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 244 (95.70% from 255 or 59.66% from 409); Max value from RGB is 244 - color contains mainly: blue. Hex color #5E47F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E47F4 is #A1B80B. Grayscale: #606060. Windows color (decimal): -10598412 or 16009054. OLE color: 16009054.
HSL color Cylindrical-coordinate representation of color #5E47F4: hue angle of 247.98º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E47F4 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 71 | 244 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.04 |
| HSL | 247.98º | 0.89% | 0.62% | - |
| HSV(B) | 247.98º | 0.71% | 0.96% | - |
| XYZ | 23.2 | 13.42 | 86.96 | - |
| YUV | 97.6 | 210.62 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 244 | 0.61 | 0.71 | 0 | 0.04 | 247.98 | 0.89 | 0.62 |
| Hex | 5E | 47 | F4 | 3D | 47 | 0 | 4 | F8 | 59 | 3E |
| Octal | 136 | 107 | 364 | 75 | 107 | 0 | 4 | 370 | 131 | 76 |
| Binary | 1011110 | 1000111 | 11110100 | 111101 | 1000111 | 0 | 100 | 11111000 | 1011001 | 111110 |
Color Harmonies of #5E47F4
Complementary color
Monochromatic Colors of #5E47F4
Black with #5E47F4
Text Example
Text Example
White with #5E47F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E47F4; }
p { color: rgb(94,71,244); }
H1.HeaderClassName
{
color: #5E47F4;
}
.AnyTagClassName
{
color: #5E47F4;
}
</style>
background-color css
<style>
a { background-color: #5E47F4; }
a { background-color: rgb(94,71,244); }
div.DivClassName
{
background-color: #5E47F4;
}
.BgClassName
{
background-color: #5E47F4;
}
</style>
border-color css
<style>
span { border-color: #5E47F4; }
span { border-color: rgb(94,71,244); }
td.TdClassName
{
border-color: #5E47F4;
}
.TagClassName
{
border-color: #5E47F4;
}
</style>