Shades of Neon Blue #5B48EC
Tints of Neon Blue #5B48EC
RGB
CMYK
RGB Variations
Color information
#5B48EC (or 0x5B48EC) is known color: Neon Blue. HEX triplet: 5B, 48 and EC. RGB value is (91,72,236). Sum of RGB (Red+Green+Blue) = 91+72+236=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B48EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B48EC is #A4B713. Grayscale: #5F5F5F. Windows color (decimal): -10794772 or 15485019. OLE color: 15485019.
HSL color Cylindrical-coordinate representation of color #5B48EC: hue angle of 246.95º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B48EC is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 72 | 236 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.07 |
| HSL | 246.95º | 0.81% | 0.6% | - |
| HSV(B) | 246.95º | 0.69% | 0.93% | - |
| XYZ | 21.77 | 12.92 | 80.7 | - |
| YUV | 96.38 | 206.79 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 236 | 0.61 | 0.69 | 0 | 0.07 | 246.95 | 0.81 | 0.6 |
| Hex | 5B | 48 | EC | 3D | 45 | 0 | 7 | F7 | 51 | 3C |
| Octal | 133 | 110 | 354 | 75 | 105 | 0 | 7 | 367 | 121 | 74 |
| Binary | 1011011 | 1001000 | 11101100 | 111101 | 1000101 | 0 | 111 | 11110111 | 1010001 | 111100 |
Color Harmonies of #5B48EC
Complementary color
Monochromatic Colors of #5B48EC
Black with #5B48EC
Text Example
Text Example
White with #5B48EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B48EC; }
p { color: rgb(91,72,236); }
H1.HeaderClassName
{
color: #5B48EC;
}
.AnyTagClassName
{
color: #5B48EC;
}
</style>
background-color css
<style>
a { background-color: #5B48EC; }
a { background-color: rgb(91,72,236); }
div.DivClassName
{
background-color: #5B48EC;
}
.BgClassName
{
background-color: #5B48EC;
}
</style>
border-color css
<style>
span { border-color: #5B48EC; }
span { border-color: rgb(91,72,236); }
td.TdClassName
{
border-color: #5B48EC;
}
.TagClassName
{
border-color: #5B48EC;
}
</style>