Shades of Neon Blue #5B3CEA
Tints of Neon Blue #5B3CEA
RGB
CMYK
RGB Variations
Color information
#5B3CEA (or 0x5B3CEA) is known color: Neon Blue. HEX triplet: 5B, 3C and EA. RGB value is (91,60,234). Sum of RGB (Red+Green+Blue) = 91+60+234=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B3CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3CEA is #A4C315. Grayscale: #585858. Windows color (decimal): -10797846 or 15350875. OLE color: 15350875.
HSL color Cylindrical-coordinate representation of color #5B3CEA: hue angle of 250.69º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B3CEA is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 60 | 234 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.08 |
| HSL | 250.69º | 0.81% | 0.58% | - |
| HSV(B) | 250.69º | 0.74% | 0.92% | - |
| XYZ | 20.78 | 11.4 | 78.95 | - |
| YUV | 89.11 | 209.77 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 234 | 0.61 | 0.74 | 0 | 0.08 | 250.69 | 0.81 | 0.58 |
| Hex | 5B | 3C | EA | 3D | 4A | 0 | 8 | FB | 51 | 3A |
| Octal | 133 | 74 | 352 | 75 | 112 | 0 | 10 | 373 | 121 | 72 |
| Binary | 1011011 | 111100 | 11101010 | 111101 | 1001010 | 0 | 1000 | 11111011 | 1010001 | 111010 |
Color Harmonies of #5B3CEA
Complementary color
Monochromatic Colors of #5B3CEA
Black with #5B3CEA
Text Example
Text Example
White with #5B3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3CEA; }
p { color: rgb(91,60,234); }
H1.HeaderClassName
{
color: #5B3CEA;
}
.AnyTagClassName
{
color: #5B3CEA;
}
</style>
background-color css
<style>
a { background-color: #5B3CEA; }
a { background-color: rgb(91,60,234); }
div.DivClassName
{
background-color: #5B3CEA;
}
.BgClassName
{
background-color: #5B3CEA;
}
</style>
border-color css
<style>
span { border-color: #5B3CEA; }
span { border-color: rgb(91,60,234); }
td.TdClassName
{
border-color: #5B3CEA;
}
.TagClassName
{
border-color: #5B3CEA;
}
</style>