Shades of Neon Blue #5E49FB
Tints of Neon Blue #5E49FB
RGB
CMYK
RGB Variations
Color information
#5E49FB (or 0x5E49FB) is known color: Neon Blue. HEX triplet: 5E, 49 and FB. RGB value is (94,73,251). Sum of RGB (Red+Green+Blue) = 94+73+251=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E49FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E49FB is #A1B604. Grayscale: #626262. Windows color (decimal): -10597893 or 16468318. OLE color: 16468318.
HSL color Cylindrical-coordinate representation of color #5E49FB: hue angle of 247.08º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E49FB is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 73 | 251 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.02 |
| HSL | 247.08º | 0.96% | 0.64% | - |
| HSV(B) | 247.08º | 0.71% | 0.98% | - |
| XYZ | 24.41 | 14.11 | 92.7 | - |
| YUV | 99.57 | 213.46 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 73 | 251 | 0.63 | 0.71 | 0 | 0.02 | 247.08 | 0.96 | 0.64 |
| Hex | 5E | 49 | FB | 3F | 47 | 0 | 2 | F7 | 60 | 40 |
| Octal | 136 | 111 | 373 | 77 | 107 | 0 | 2 | 367 | 140 | 100 |
| Binary | 1011110 | 1001001 | 11111011 | 111111 | 1000111 | 0 | 10 | 11110111 | 1100000 | 1000000 |
Color Harmonies of #5E49FB
Complementary color
Monochromatic Colors of #5E49FB
Black with #5E49FB
Text Example
Text Example
White with #5E49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E49FB; }
p { color: rgb(94,73,251); }
H1.HeaderClassName
{
color: #5E49FB;
}
.AnyTagClassName
{
color: #5E49FB;
}
</style>
background-color css
<style>
a { background-color: #5E49FB; }
a { background-color: rgb(94,73,251); }
div.DivClassName
{
background-color: #5E49FB;
}
.BgClassName
{
background-color: #5E49FB;
}
</style>
border-color css
<style>
span { border-color: #5E49FB; }
span { border-color: rgb(94,73,251); }
td.TdClassName
{
border-color: #5E49FB;
}
.TagClassName
{
border-color: #5E49FB;
}
</style>