Shades of Neon Blue #5E5BED
Tints of Neon Blue #5E5BED
RGB
CMYK
RGB Variations
Color information
#5E5BED (or 0x5E5BED) is known color: Neon Blue. HEX triplet: 5E, 5B and ED. RGB value is (94,91,237). Sum of RGB (Red+Green+Blue) = 94+91+237=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #5E5BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5BED is #A1A412. Grayscale: #6B6B6B. Windows color (decimal): -10593299 or 15555422. OLE color: 15555422.
HSL color Cylindrical-coordinate representation of color #5E5BED: hue angle of 241.23º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E5BED is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 91 | 237 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.07 |
| HSL | 241.23º | 0.8% | 0.64% | - |
| HSV(B) | 241.23º | 0.62% | 0.93% | - |
| XYZ | 23.64 | 15.98 | 81.96 | - |
| YUV | 108.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 237 | 0.60 | 0.62 | 0 | 0.07 | 241.23 | 0.8 | 0.64 |
| Hex | 5E | 5B | ED | 3C | 3E | 0 | 7 | F1 | 50 | 40 |
| Octal | 136 | 133 | 355 | 74 | 76 | 0 | 7 | 361 | 120 | 100 |
| Binary | 1011110 | 1011011 | 11101101 | 111100 | 111110 | 0 | 111 | 11110001 | 1010000 | 1000000 |
Color Harmonies of #5E5BED
Complementary color
Monochromatic Colors of #5E5BED
Black with #5E5BED
Text Example
Text Example
White with #5E5BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5BED; }
p { color: rgb(94,91,237); }
H1.HeaderClassName
{
color: #5E5BED;
}
.AnyTagClassName
{
color: #5E5BED;
}
</style>
background-color css
<style>
a { background-color: #5E5BED; }
a { background-color: rgb(94,91,237); }
div.DivClassName
{
background-color: #5E5BED;
}
.BgClassName
{
background-color: #5E5BED;
}
</style>
border-color css
<style>
span { border-color: #5E5BED; }
span { border-color: rgb(94,91,237); }
td.TdClassName
{
border-color: #5E5BED;
}
.TagClassName
{
border-color: #5E5BED;
}
</style>