Shades of Neon Blue #5B3CEF
Tints of Neon Blue #5B3CEF
RGB
CMYK
RGB Variations
Color information
#5B3CEF (or 0x5B3CEF) is known color: Neon Blue. HEX triplet: 5B, 3C and EF. RGB value is (91,60,239). Sum of RGB (Red+Green+Blue) = 91+60+239=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B3CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3CEF is #A4C310. Grayscale: #585858. Windows color (decimal): -10797841 or 15678555. OLE color: 15678555.
HSL color Cylindrical-coordinate representation of color #5B3CEF: hue angle of 250.39º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B3CEF is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 60 | 239 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.06 |
| HSL | 250.39º | 0.85% | 0.59% | - |
| HSV(B) | 250.39º | 0.75% | 0.94% | - |
| XYZ | 21.51 | 11.69 | 82.78 | - |
| YUV | 89.68 | 212.27 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 239 | 0.62 | 0.75 | 0 | 0.06 | 250.39 | 0.85 | 0.59 |
| Hex | 5B | 3C | EF | 3E | 4B | 0 | 6 | FA | 55 | 3B |
| Octal | 133 | 74 | 357 | 76 | 113 | 0 | 6 | 372 | 125 | 73 |
| Binary | 1011011 | 111100 | 11101111 | 111110 | 1001011 | 0 | 110 | 11111010 | 1010101 | 111011 |
Color Harmonies of #5B3CEF
Complementary color
Monochromatic Colors of #5B3CEF
Black with #5B3CEF
Text Example
Text Example
White with #5B3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3CEF; }
p { color: rgb(91,60,239); }
H1.HeaderClassName
{
color: #5B3CEF;
}
.AnyTagClassName
{
color: #5B3CEF;
}
</style>
background-color css
<style>
a { background-color: #5B3CEF; }
a { background-color: rgb(91,60,239); }
div.DivClassName
{
background-color: #5B3CEF;
}
.BgClassName
{
background-color: #5B3CEF;
}
</style>
border-color css
<style>
span { border-color: #5B3CEF; }
span { border-color: rgb(91,60,239); }
td.TdClassName
{
border-color: #5B3CEF;
}
.TagClassName
{
border-color: #5B3CEF;
}
</style>