Shades of Neon Blue #5E44F1
Tints of Neon Blue #5E44F1
RGB
CMYK
RGB Variations
Color information
#5E44F1 (or 0x5E44F1) is known color: Neon Blue. HEX triplet: 5E, 44 and F1. RGB value is (94,68,241). Sum of RGB (Red+Green+Blue) = 94+68+241=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E44F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E44F1 is #A1BB0E. Grayscale: #5E5E5E. Windows color (decimal): -10599183 or 15811678. OLE color: 15811678.
HSL color Cylindrical-coordinate representation of color #5E44F1: hue angle of 249.02º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E44F1 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 68 | 241 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.05 |
| HSL | 249.02º | 0.86% | 0.61% | - |
| HSV(B) | 249.02º | 0.72% | 0.95% | - |
| XYZ | 22.56 | 12.86 | 84.51 | - |
| YUV | 95.5 | 210.11 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 241 | 0.61 | 0.72 | 0 | 0.05 | 249.02 | 0.86 | 0.61 |
| Hex | 5E | 44 | F1 | 3D | 48 | 0 | 5 | F9 | 56 | 3D |
| Octal | 136 | 104 | 361 | 75 | 110 | 0 | 5 | 371 | 126 | 75 |
| Binary | 1011110 | 1000100 | 11110001 | 111101 | 1001000 | 0 | 101 | 11111001 | 1010110 | 111101 |
Color Harmonies of #5E44F1
Complementary color
Monochromatic Colors of #5E44F1
Black with #5E44F1
Text Example
Text Example
White with #5E44F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E44F1; }
p { color: rgb(94,68,241); }
H1.HeaderClassName
{
color: #5E44F1;
}
.AnyTagClassName
{
color: #5E44F1;
}
</style>
background-color css
<style>
a { background-color: #5E44F1; }
a { background-color: rgb(94,68,241); }
div.DivClassName
{
background-color: #5E44F1;
}
.BgClassName
{
background-color: #5E44F1;
}
</style>
border-color css
<style>
span { border-color: #5E44F1; }
span { border-color: rgb(94,68,241); }
td.TdClassName
{
border-color: #5E44F1;
}
.TagClassName
{
border-color: #5E44F1;
}
</style>