Shades of Neon Blue #5B5BEF
Tints of Neon Blue #5B5BEF
RGB
CMYK
RGB Variations
Color information
#5B5BEF (or 0x5B5BEF) is known color: Neon Blue. HEX triplet: 5B, 5B and EF. RGB value is (91,91,239). Sum of RGB (Red+Green+Blue) = 91+91+239=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B5BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5BEF is #A4A410. Grayscale: #6B6B6B. Windows color (decimal): -10789905 or 15686491. OLE color: 15686491.
HSL color Cylindrical-coordinate representation of color #5B5BEF: hue angle of 240º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B5BEF is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 91 | 239 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.06 |
| HSL | 240º | 0.82% | 0.65% | - |
| HSV(B) | 240º | 0.62% | 0.94% | - |
| XYZ | 23.64 | 15.94 | 83.49 | - |
| YUV | 107.87 | 202 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 91 | 239 | 0.62 | 0.62 | 0 | 0.06 | 240 | 0.82 | 0.65 |
| Hex | 5B | 5B | EF | 3E | 3E | 0 | 6 | F0 | 52 | 41 |
| Octal | 133 | 133 | 357 | 76 | 76 | 0 | 6 | 360 | 122 | 101 |
| Binary | 1011011 | 1011011 | 11101111 | 111110 | 111110 | 0 | 110 | 11110000 | 1010010 | 1000001 |
Color Harmonies of #5B5BEF
Complementary color
Monochromatic Colors of #5B5BEF
Black with #5B5BEF
Text Example
Text Example
White with #5B5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5BEF; }
p { color: rgb(91,91,239); }
H1.HeaderClassName
{
color: #5B5BEF;
}
.AnyTagClassName
{
color: #5B5BEF;
}
</style>
background-color css
<style>
a { background-color: #5B5BEF; }
a { background-color: rgb(91,91,239); }
div.DivClassName
{
background-color: #5B5BEF;
}
.BgClassName
{
background-color: #5B5BEF;
}
</style>
border-color css
<style>
span { border-color: #5B5BEF; }
span { border-color: rgb(91,91,239); }
td.TdClassName
{
border-color: #5B5BEF;
}
.TagClassName
{
border-color: #5B5BEF;
}
</style>