Shades of Neon Blue #5B5EF5
Tints of Neon Blue #5B5EF5
RGB
CMYK
RGB Variations
Color information
#5B5EF5 (or 0x5B5EF5) is known color: Neon Blue. HEX triplet: 5B, 5E and F5. RGB value is (91,94,245). Sum of RGB (Red+Green+Blue) = 91+94+245=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 245 (96.09% from 255 or 56.98% from 430); Max value from RGB is 245 - color contains mainly: blue. Hex color #5B5EF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5EF5 is #A4A10A. Grayscale: #6D6D6D. Windows color (decimal): -10789131 or 16080475. OLE color: 16080475.
HSL color Cylindrical-coordinate representation of color #5B5EF5: hue angle of 238.83º degrees, saturation: 0.89, 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 #5B5EF5 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 94 | 245 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.04 |
| HSL | 238.83º | 0.89% | 0.66% | - |
| HSV(B) | 238.83º | 0.63% | 0.96% | - |
| XYZ | 24.8 | 16.82 | 88.33 | - |
| YUV | 110.32 | 204.01 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 245 | 0.63 | 0.62 | 0 | 0.04 | 238.83 | 0.89 | 0.66 |
| Hex | 5B | 5E | F5 | 3F | 3E | 0 | 4 | EF | 59 | 42 |
| Octal | 133 | 136 | 365 | 77 | 76 | 0 | 4 | 357 | 131 | 102 |
| Binary | 1011011 | 1011110 | 11110101 | 111111 | 111110 | 0 | 100 | 11101111 | 1011001 | 1000010 |
Color Harmonies of #5B5EF5
Complementary color
Monochromatic Colors of #5B5EF5
Black with #5B5EF5
Text Example
Text Example
White with #5B5EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5EF5; }
p { color: rgb(91,94,245); }
H1.HeaderClassName
{
color: #5B5EF5;
}
.AnyTagClassName
{
color: #5B5EF5;
}
</style>
background-color css
<style>
a { background-color: #5B5EF5; }
a { background-color: rgb(91,94,245); }
div.DivClassName
{
background-color: #5B5EF5;
}
.BgClassName
{
background-color: #5B5EF5;
}
</style>
border-color css
<style>
span { border-color: #5B5EF5; }
span { border-color: rgb(91,94,245); }
td.TdClassName
{
border-color: #5B5EF5;
}
.TagClassName
{
border-color: #5B5EF5;
}
</style>