Shades of Neon Blue #5B46EF
Tints of Neon Blue #5B46EF
RGB
CMYK
RGB Variations
Color information
#5B46EF (or 0x5B46EF) is known color: Neon Blue. HEX triplet: 5B, 46 and EF. RGB value is (91,70,239). Sum of RGB (Red+Green+Blue) = 91+70+239=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B46EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B46EF is #A4B910. Grayscale: #5E5E5E. Windows color (decimal): -10795281 or 15681115. OLE color: 15681115.
HSL color Cylindrical-coordinate representation of color #5B46EF: hue angle of 247.46º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B46EF is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 70 | 239 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.06 |
| HSL | 247.46º | 0.84% | 0.61% | - |
| HSV(B) | 247.46º | 0.71% | 0.94% | - |
| XYZ | 22.08 | 12.84 | 82.98 | - |
| YUV | 95.55 | 208.96 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 70 | 239 | 0.62 | 0.71 | 0 | 0.06 | 247.46 | 0.84 | 0.61 |
| Hex | 5B | 46 | EF | 3E | 47 | 0 | 6 | F7 | 54 | 3D |
| Octal | 133 | 106 | 357 | 76 | 107 | 0 | 6 | 367 | 124 | 75 |
| Binary | 1011011 | 1000110 | 11101111 | 111110 | 1000111 | 0 | 110 | 11110111 | 1010100 | 111101 |
Color Harmonies of #5B46EF
Complementary color
Monochromatic Colors of #5B46EF
Black with #5B46EF
Text Example
Text Example
White with #5B46EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B46EF; }
p { color: rgb(91,70,239); }
H1.HeaderClassName
{
color: #5B46EF;
}
.AnyTagClassName
{
color: #5B46EF;
}
</style>
background-color css
<style>
a { background-color: #5B46EF; }
a { background-color: rgb(91,70,239); }
div.DivClassName
{
background-color: #5B46EF;
}
.BgClassName
{
background-color: #5B46EF;
}
</style>
border-color css
<style>
span { border-color: #5B46EF; }
span { border-color: rgb(91,70,239); }
td.TdClassName
{
border-color: #5B46EF;
}
.TagClassName
{
border-color: #5B46EF;
}
</style>