Shades of Neon Blue #5B3DF9
Tints of Neon Blue #5B3DF9
RGB
CMYK
RGB Variations
Color information
#5B3DF9 (or 0x5B3DF9) is known color: Neon Blue. HEX triplet: 5B, 3D and F9. RGB value is (91,61,249). Sum of RGB (Red+Green+Blue) = 91+61+249=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 249 (97.66% from 255 or 62.09% from 401); Max value from RGB is 249 - color contains mainly: blue. Hex color #5B3DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3DF9 is #A4C206. Grayscale: #5A5A5A. Windows color (decimal): -10797575 or 16334171. OLE color: 16334171.
HSL color Cylindrical-coordinate representation of color #5B3DF9: hue angle of 249.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B3DF9 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 61 | 249 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.02 |
| HSL | 249.57º | 0.94% | 0.61% | - |
| HSV(B) | 249.57º | 0.76% | 0.98% | - |
| XYZ | 23.08 | 12.4 | 90.8 | - |
| YUV | 91.4 | 216.94 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 249 | 0.63 | 0.76 | 0 | 0.02 | 249.57 | 0.94 | 0.61 |
| Hex | 5B | 3D | F9 | 3F | 4C | 0 | 2 | FA | 5E | 3D |
| Octal | 133 | 75 | 371 | 77 | 114 | 0 | 2 | 372 | 136 | 75 |
| Binary | 1011011 | 111101 | 11111001 | 111111 | 1001100 | 0 | 10 | 11111010 | 1011110 | 111101 |
Color Harmonies of #5B3DF9
Complementary color
Monochromatic Colors of #5B3DF9
Black with #5B3DF9
Text Example
Text Example
White with #5B3DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3DF9; }
p { color: rgb(91,61,249); }
H1.HeaderClassName
{
color: #5B3DF9;
}
.AnyTagClassName
{
color: #5B3DF9;
}
</style>
background-color css
<style>
a { background-color: #5B3DF9; }
a { background-color: rgb(91,61,249); }
div.DivClassName
{
background-color: #5B3DF9;
}
.BgClassName
{
background-color: #5B3DF9;
}
</style>
border-color css
<style>
span { border-color: #5B3DF9; }
span { border-color: rgb(91,61,249); }
td.TdClassName
{
border-color: #5B3DF9;
}
.TagClassName
{
border-color: #5B3DF9;
}
</style>