Shades of Neon Blue #5E4BEF
Tints of Neon Blue #5E4BEF
RGB
CMYK
RGB Variations
Color information
#5E4BEF (or 0x5E4BEF) is known color: Neon Blue. HEX triplet: 5E, 4B and EF. RGB value is (94,75,239). Sum of RGB (Red+Green+Blue) = 94+75+239=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E4BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4BEF is #A1B410. Grayscale: #626262. Windows color (decimal): -10597393 or 15682398. OLE color: 15682398.
HSL color Cylindrical-coordinate representation of color #5E4BEF: hue angle of 246.95º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E4BEF is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 75 | 239 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.06 |
| HSL | 246.95º | 0.84% | 0.62% | - |
| HSV(B) | 246.95º | 0.69% | 0.94% | - |
| XYZ | 22.71 | 13.64 | 83.1 | - |
| YUV | 99.38 | 206.79 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 75 | 239 | 0.61 | 0.69 | 0 | 0.06 | 246.95 | 0.84 | 0.62 |
| Hex | 5E | 4B | EF | 3D | 45 | 0 | 6 | F7 | 54 | 3E |
| Octal | 136 | 113 | 357 | 75 | 105 | 0 | 6 | 367 | 124 | 76 |
| Binary | 1011110 | 1001011 | 11101111 | 111101 | 1000101 | 0 | 110 | 11110111 | 1010100 | 111110 |
Color Harmonies of #5E4BEF
Complementary color
Monochromatic Colors of #5E4BEF
Black with #5E4BEF
Text Example
Text Example
White with #5E4BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4BEF; }
p { color: rgb(94,75,239); }
H1.HeaderClassName
{
color: #5E4BEF;
}
.AnyTagClassName
{
color: #5E4BEF;
}
</style>
background-color css
<style>
a { background-color: #5E4BEF; }
a { background-color: rgb(94,75,239); }
div.DivClassName
{
background-color: #5E4BEF;
}
.BgClassName
{
background-color: #5E4BEF;
}
</style>
border-color css
<style>
span { border-color: #5E4BEF; }
span { border-color: rgb(94,75,239); }
td.TdClassName
{
border-color: #5E4BEF;
}
.TagClassName
{
border-color: #5E4BEF;
}
</style>