Shades of Neon Blue #5B3AF6
Tints of Neon Blue #5B3AF6
RGB
CMYK
RGB Variations
Color information
#5B3AF6 (or 0x5B3AF6) is known color: Neon Blue. HEX triplet: 5B, 3A and F6. RGB value is (91,58,246). Sum of RGB (Red+Green+Blue) = 91+58+246=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 246 (96.48% from 255 or 62.28% from 395); Max value from RGB is 246 - color contains mainly: blue. Hex color #5B3AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3AF6 is #A4C509. Grayscale: #585858. Windows color (decimal): -10798346 or 16136795. OLE color: 16136795.
HSL color Cylindrical-coordinate representation of color #5B3AF6: hue angle of 250.53º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B3AF6 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 58 | 246 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.04 |
| HSL | 250.53º | 0.91% | 0.6% | - |
| HSV(B) | 250.53º | 0.76% | 0.96% | - |
| XYZ | 22.46 | 11.9 | 88.3 | - |
| YUV | 89.3 | 216.43 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 246 | 0.63 | 0.76 | 0 | 0.04 | 250.53 | 0.91 | 0.6 |
| Hex | 5B | 3A | F6 | 3F | 4C | 0 | 4 | FB | 5B | 3C |
| Octal | 133 | 72 | 366 | 77 | 114 | 0 | 4 | 373 | 133 | 74 |
| Binary | 1011011 | 111010 | 11110110 | 111111 | 1001100 | 0 | 100 | 11111011 | 1011011 | 111100 |
Color Harmonies of #5B3AF6
Complementary color
Monochromatic Colors of #5B3AF6
Black with #5B3AF6
Text Example
Text Example
White with #5B3AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3AF6; }
p { color: rgb(91,58,246); }
H1.HeaderClassName
{
color: #5B3AF6;
}
.AnyTagClassName
{
color: #5B3AF6;
}
</style>
background-color css
<style>
a { background-color: #5B3AF6; }
a { background-color: rgb(91,58,246); }
div.DivClassName
{
background-color: #5B3AF6;
}
.BgClassName
{
background-color: #5B3AF6;
}
</style>
border-color css
<style>
span { border-color: #5B3AF6; }
span { border-color: rgb(91,58,246); }
td.TdClassName
{
border-color: #5B3AF6;
}
.TagClassName
{
border-color: #5B3AF6;
}
</style>