Shades of Neon Blue #5D5BED
Tints of Neon Blue #5D5BED
RGB
CMYK
RGB Variations
Color information
#5D5BED (or 0x5D5BED) is known color: Neon Blue. HEX triplet: 5D, 5B and ED. RGB value is (93,91,237). Sum of RGB (Red+Green+Blue) = 93+91+237=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D5BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5BED is #A2A412. Grayscale: #6B6B6B. Windows color (decimal): -10658835 or 15555421. OLE color: 15555421.
HSL color Cylindrical-coordinate representation of color #5D5BED: hue angle of 240.82º 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 #5D5BED is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 91 | 237 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.07 |
| HSL | 240.82º | 0.8% | 0.64% | - |
| HSV(B) | 240.82º | 0.62% | 0.93% | - |
| XYZ | 23.54 | 15.92 | 81.95 | - |
| YUV | 108.24 | 200.66 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 91 | 237 | 0.61 | 0.62 | 0 | 0.07 | 240.82 | 0.8 | 0.64 |
| Hex | 5D | 5B | ED | 3D | 3E | 0 | 7 | F1 | 50 | 40 |
| Octal | 135 | 133 | 355 | 75 | 76 | 0 | 7 | 361 | 120 | 100 |
| Binary | 1011101 | 1011011 | 11101101 | 111101 | 111110 | 0 | 111 | 11110001 | 1010000 | 1000000 |
Color Harmonies of #5D5BED
Complementary color
Monochromatic Colors of #5D5BED
Black with #5D5BED
Text Example
Text Example
White with #5D5BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5BED; }
p { color: rgb(93,91,237); }
H1.HeaderClassName
{
color: #5D5BED;
}
.AnyTagClassName
{
color: #5D5BED;
}
</style>
background-color css
<style>
a { background-color: #5D5BED; }
a { background-color: rgb(93,91,237); }
div.DivClassName
{
background-color: #5D5BED;
}
.BgClassName
{
background-color: #5D5BED;
}
</style>
border-color css
<style>
span { border-color: #5D5BED; }
span { border-color: rgb(93,91,237); }
td.TdClassName
{
border-color: #5D5BED;
}
.TagClassName
{
border-color: #5D5BED;
}
</style>