Shades of Neon Blue #5B5EF6
Tints of Neon Blue #5B5EF6
RGB
CMYK
RGB Variations
Color information
#5B5EF6 (or 0x5B5EF6) is known color: Neon Blue. HEX triplet: 5B, 5E and F6. RGB value is (91,94,246). Sum of RGB (Red+Green+Blue) = 91+94+246=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #5B5EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5EF6 is #A4A109. Grayscale: #6D6D6D. Windows color (decimal): -10789130 or 16146011. OLE color: 16146011.
HSL color Cylindrical-coordinate representation of color #5B5EF6: hue angle of 238.84º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B5EF6 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 94 | 246 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.04 |
| HSL | 238.84º | 0.9% | 0.66% | - |
| HSV(B) | 238.84º | 0.63% | 0.96% | - |
| XYZ | 24.95 | 16.88 | 89.13 | - |
| YUV | 110.43 | 204.51 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 246 | 0.63 | 0.62 | 0 | 0.04 | 238.84 | 0.9 | 0.66 |
| Hex | 5B | 5E | F6 | 3F | 3E | 0 | 4 | EF | 5A | 42 |
| Octal | 133 | 136 | 366 | 77 | 76 | 0 | 4 | 357 | 132 | 102 |
| Binary | 1011011 | 1011110 | 11110110 | 111111 | 111110 | 0 | 100 | 11101111 | 1011010 | 1000010 |
Color Harmonies of #5B5EF6
Complementary color
Monochromatic Colors of #5B5EF6
Black with #5B5EF6
Text Example
Text Example
White with #5B5EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5EF6; }
p { color: rgb(91,94,246); }
H1.HeaderClassName
{
color: #5B5EF6;
}
.AnyTagClassName
{
color: #5B5EF6;
}
</style>
background-color css
<style>
a { background-color: #5B5EF6; }
a { background-color: rgb(91,94,246); }
div.DivClassName
{
background-color: #5B5EF6;
}
.BgClassName
{
background-color: #5B5EF6;
}
</style>
border-color css
<style>
span { border-color: #5B5EF6; }
span { border-color: rgb(91,94,246); }
td.TdClassName
{
border-color: #5B5EF6;
}
.TagClassName
{
border-color: #5B5EF6;
}
</style>