Shades of Neon Blue #5E61EE
Tints of Neon Blue #5E61EE
RGB
CMYK
RGB Variations
Color information
#5E61EE (or 0x5E61EE) is known color: Neon Blue. HEX triplet: 5E, 61 and EE. RGB value is (94,97,238). Sum of RGB (Red+Green+Blue) = 94+97+238=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E61EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E61EE is #A19E11. Grayscale: #6F6F6F. Windows color (decimal): -10591762 or 15622494. OLE color: 15622494.
HSL color Cylindrical-coordinate representation of color #5E61EE: hue angle of 238.75º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E61EE is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 97 | 238 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.07 |
| HSL | 238.75º | 0.81% | 0.65% | - |
| HSV(B) | 238.75º | 0.61% | 0.93% | - |
| XYZ | 24.32 | 17.1 | 82.91 | - |
| YUV | 112.18 | 199.01 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 238 | 0.61 | 0.59 | 0 | 0.07 | 238.75 | 0.81 | 0.65 |
| Hex | 5E | 61 | EE | 3D | 3B | 0 | 7 | EF | 51 | 41 |
| Octal | 136 | 141 | 356 | 75 | 73 | 0 | 7 | 357 | 121 | 101 |
| Binary | 1011110 | 1100001 | 11101110 | 111101 | 111011 | 0 | 111 | 11101111 | 1010001 | 1000001 |
Color Harmonies of #5E61EE
Complementary color
Monochromatic Colors of #5E61EE
Black with #5E61EE
Text Example
Text Example
White with #5E61EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E61EE; }
p { color: rgb(94,97,238); }
H1.HeaderClassName
{
color: #5E61EE;
}
.AnyTagClassName
{
color: #5E61EE;
}
</style>
background-color css
<style>
a { background-color: #5E61EE; }
a { background-color: rgb(94,97,238); }
div.DivClassName
{
background-color: #5E61EE;
}
.BgClassName
{
background-color: #5E61EE;
}
</style>
border-color css
<style>
span { border-color: #5E61EE; }
span { border-color: rgb(94,97,238); }
td.TdClassName
{
border-color: #5E61EE;
}
.TagClassName
{
border-color: #5E61EE;
}
</style>