Shades of Neon Blue #5B40FB
Tints of Neon Blue #5B40FB
RGB
CMYK
RGB Variations
Color information
#5B40FB (or 0x5B40FB) is known color: Neon Blue. HEX triplet: 5B, 40 and FB. RGB value is (91,64,251). Sum of RGB (Red+Green+Blue) = 91+64+251=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B40FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B40FB is #A4BF04. Grayscale: #5C5C5C. Windows color (decimal): -10796805 or 16466011. OLE color: 16466011.
HSL color Cylindrical-coordinate representation of color #5B40FB: hue angle of 248.66º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B40FB is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 64 | 251 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.02 |
| HSL | 248.66º | 0.96% | 0.62% | - |
| HSV(B) | 248.66º | 0.75% | 0.98% | - |
| XYZ | 23.56 | 12.86 | 92.51 | - |
| YUV | 93.39 | 216.95 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 251 | 0.64 | 0.75 | 0 | 0.02 | 248.66 | 0.96 | 0.62 |
| Hex | 5B | 40 | FB | 40 | 4B | 0 | 2 | F9 | 60 | 3E |
| Octal | 133 | 100 | 373 | 100 | 113 | 0 | 2 | 371 | 140 | 76 |
| Binary | 1011011 | 1000000 | 11111011 | 1000000 | 1001011 | 0 | 10 | 11111001 | 1100000 | 111110 |
Color Harmonies of #5B40FB
Complementary color
Monochromatic Colors of #5B40FB
Black with #5B40FB
Text Example
Text Example
White with #5B40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B40FB; }
p { color: rgb(91,64,251); }
H1.HeaderClassName
{
color: #5B40FB;
}
.AnyTagClassName
{
color: #5B40FB;
}
</style>
background-color css
<style>
a { background-color: #5B40FB; }
a { background-color: rgb(91,64,251); }
div.DivClassName
{
background-color: #5B40FB;
}
.BgClassName
{
background-color: #5B40FB;
}
</style>
border-color css
<style>
span { border-color: #5B40FB; }
span { border-color: rgb(91,64,251); }
td.TdClassName
{
border-color: #5B40FB;
}
.TagClassName
{
border-color: #5B40FB;
}
</style>