Shades of Neon Blue #5B5BF9
Tints of Neon Blue #5B5BF9
RGB
CMYK
RGB Variations
Color information
#5B5BF9 (or 0x5B5BF9) is known color: Neon Blue. HEX triplet: 5B, 5B and F9. RGB value is (91,91,249). Sum of RGB (Red+Green+Blue) = 91+91+249=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #5B5BF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5BF9 is #A4A406. Grayscale: #6C6C6C. Windows color (decimal): -10789895 or 16341851. OLE color: 16341851.
HSL color Cylindrical-coordinate representation of color #5B5BF9: hue angle of 240º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B5BF9 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 91 | 249 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.02 |
| HSL | 240º | 0.93% | 0.67% | - |
| HSV(B) | 240º | 0.63% | 0.98% | - |
| XYZ | 25.15 | 16.55 | 91.49 | - |
| YUV | 109.01 | 207 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 91 | 249 | 0.63 | 0.63 | 0 | 0.02 | 240 | 0.93 | 0.67 |
| Hex | 5B | 5B | F9 | 3F | 3F | 0 | 2 | F0 | 5D | 43 |
| Octal | 133 | 133 | 371 | 77 | 77 | 0 | 2 | 360 | 135 | 103 |
| Binary | 1011011 | 1011011 | 11111001 | 111111 | 111111 | 0 | 10 | 11110000 | 1011101 | 1000011 |
Color Harmonies of #5B5BF9
Complementary color
Monochromatic Colors of #5B5BF9
Black with #5B5BF9
Text Example
Text Example
White with #5B5BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5BF9; }
p { color: rgb(91,91,249); }
H1.HeaderClassName
{
color: #5B5BF9;
}
.AnyTagClassName
{
color: #5B5BF9;
}
</style>
background-color css
<style>
a { background-color: #5B5BF9; }
a { background-color: rgb(91,91,249); }
div.DivClassName
{
background-color: #5B5BF9;
}
.BgClassName
{
background-color: #5B5BF9;
}
</style>
border-color css
<style>
span { border-color: #5B5BF9; }
span { border-color: rgb(91,91,249); }
td.TdClassName
{
border-color: #5B5BF9;
}
.TagClassName
{
border-color: #5B5BF9;
}
</style>