Shades of Neon Blue #5E5AEF
Tints of Neon Blue #5E5AEF
RGB
CMYK
RGB Variations
Color information
#5E5AEF (or 0x5E5AEF) is known color: Neon Blue. HEX triplet: 5E, 5A and EF. RGB value is (94,90,239). Sum of RGB (Red+Green+Blue) = 94+90+239=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E5AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5AEF is #A1A510. Grayscale: #6B6B6B. Windows color (decimal): -10593553 or 15686238. OLE color: 15686238.
HSL color Cylindrical-coordinate representation of color #5E5AEF: hue angle of 241.61º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E5AEF is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 90 | 239 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.06 |
| HSL | 241.61º | 0.82% | 0.65% | - |
| HSV(B) | 241.61º | 0.62% | 0.94% | - |
| XYZ | 23.85 | 15.92 | 83.48 | - |
| YUV | 108.18 | 201.83 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 90 | 239 | 0.61 | 0.62 | 0 | 0.06 | 241.61 | 0.82 | 0.65 |
| Hex | 5E | 5A | EF | 3D | 3E | 0 | 6 | F2 | 52 | 41 |
| Octal | 136 | 132 | 357 | 75 | 76 | 0 | 6 | 362 | 122 | 101 |
| Binary | 1011110 | 1011010 | 11101111 | 111101 | 111110 | 0 | 110 | 11110010 | 1010010 | 1000001 |
Color Harmonies of #5E5AEF
Complementary color
Monochromatic Colors of #5E5AEF
Black with #5E5AEF
Text Example
Text Example
White with #5E5AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5AEF; }
p { color: rgb(94,90,239); }
H1.HeaderClassName
{
color: #5E5AEF;
}
.AnyTagClassName
{
color: #5E5AEF;
}
</style>
background-color css
<style>
a { background-color: #5E5AEF; }
a { background-color: rgb(94,90,239); }
div.DivClassName
{
background-color: #5E5AEF;
}
.BgClassName
{
background-color: #5E5AEF;
}
</style>
border-color css
<style>
span { border-color: #5E5AEF; }
span { border-color: rgb(94,90,239); }
td.TdClassName
{
border-color: #5E5AEF;
}
.TagClassName
{
border-color: #5E5AEF;
}
</style>