Shades of Neon Blue #5E3FF1
Tints of Neon Blue #5E3FF1
RGB
CMYK
RGB Variations
Color information
#5E3FF1 (or 0x5E3FF1) is known color: Neon Blue. HEX triplet: 5E, 3F and F1. RGB value is (94,63,241). Sum of RGB (Red+Green+Blue) = 94+63+241=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E3FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3FF1 is #A1C00E. Grayscale: #5B5B5B. Windows color (decimal): -10600463 or 15810398. OLE color: 15810398.
HSL color Cylindrical-coordinate representation of color #5E3FF1: hue angle of 250.45º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E3FF1 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 63 | 241 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.05 |
| HSL | 250.45º | 0.86% | 0.6% | - |
| HSV(B) | 250.45º | 0.74% | 0.95% | - |
| XYZ | 22.27 | 12.29 | 84.42 | - |
| YUV | 92.56 | 211.77 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 241 | 0.61 | 0.74 | 0 | 0.05 | 250.45 | 0.86 | 0.6 |
| Hex | 5E | 3F | F1 | 3D | 4A | 0 | 5 | FA | 56 | 3C |
| Octal | 136 | 77 | 361 | 75 | 112 | 0 | 5 | 372 | 126 | 74 |
| Binary | 1011110 | 111111 | 11110001 | 111101 | 1001010 | 0 | 101 | 11111010 | 1010110 | 111100 |
Color Harmonies of #5E3FF1
Complementary color
Monochromatic Colors of #5E3FF1
Black with #5E3FF1
Text Example
Text Example
White with #5E3FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3FF1; }
p { color: rgb(94,63,241); }
H1.HeaderClassName
{
color: #5E3FF1;
}
.AnyTagClassName
{
color: #5E3FF1;
}
</style>
background-color css
<style>
a { background-color: #5E3FF1; }
a { background-color: rgb(94,63,241); }
div.DivClassName
{
background-color: #5E3FF1;
}
.BgClassName
{
background-color: #5E3FF1;
}
</style>
border-color css
<style>
span { border-color: #5E3FF1; }
span { border-color: rgb(94,63,241); }
td.TdClassName
{
border-color: #5E3FF1;
}
.TagClassName
{
border-color: #5E3FF1;
}
</style>