Shades of Neon Blue #5B5BFE
Tints of Neon Blue #5B5BFE
RGB
CMYK
RGB Variations
Color information
#5B5BFE (or 0x5B5BFE) is known color: Neon Blue. HEX triplet: 5B, 5B and FE. RGB value is (91,91,254). Sum of RGB (Red+Green+Blue) = 91+91+254=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B5BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5BFE is #A4A401. Grayscale: #6C6C6C. Windows color (decimal): -10789890 or 16669531. OLE color: 16669531.
HSL color Cylindrical-coordinate representation of color #5B5BFE: hue angle of 240º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B5BFE is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 91 | 254 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.68% | - |
| HSV(B) | 240º | 0.64% | 1% | - |
| XYZ | 25.94 | 16.86 | 95.65 | - |
| YUV | 109.58 | 209.5 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 91 | 254 | 0.64 | 0.64 | 0 | 0.00 | 240 | 0.99 | 0.68 |
| Hex | 5B | 5B | FE | 40 | 40 | 0 | 0 | F0 | 63 | 44 |
| Octal | 133 | 133 | 376 | 100 | 100 | 0 | 0 | 360 | 143 | 104 |
| Binary | 1011011 | 1011011 | 11111110 | 1000000 | 1000000 | 0 | 0 | 11110000 | 1100011 | 1000100 |
Color Harmonies of #5B5BFE
Complementary color
Monochromatic Colors of #5B5BFE
Black with #5B5BFE
Text Example
Text Example
White with #5B5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5BFE; }
p { color: rgb(91,91,254); }
H1.HeaderClassName
{
color: #5B5BFE;
}
.AnyTagClassName
{
color: #5B5BFE;
}
</style>
background-color css
<style>
a { background-color: #5B5BFE; }
a { background-color: rgb(91,91,254); }
div.DivClassName
{
background-color: #5B5BFE;
}
.BgClassName
{
background-color: #5B5BFE;
}
</style>
border-color css
<style>
span { border-color: #5B5BFE; }
span { border-color: rgb(91,91,254); }
td.TdClassName
{
border-color: #5B5BFE;
}
.TagClassName
{
border-color: #5B5BFE;
}
</style>