Shades of Neon Blue #5B5FEB
Tints of Neon Blue #5B5FEB
RGB
CMYK
RGB Variations
Color information
#5B5FEB (or 0x5B5FEB) is known color: Neon Blue. HEX triplet: 5B, 5F and EB. RGB value is (91,95,235). Sum of RGB (Red+Green+Blue) = 91+95+235=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B5FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5FEB is #A4A014. Grayscale: #6D6D6D. Windows color (decimal): -10788885 or 15425371. OLE color: 15425371.
HSL color Cylindrical-coordinate representation of color #5B5FEB: hue angle of 238.33º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B5FEB is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 95 | 235 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.08 |
| HSL | 238.33º | 0.78% | 0.64% | - |
| HSV(B) | 238.33º | 0.61% | 0.92% | - |
| XYZ | 23.4 | 16.41 | 80.53 | - |
| YUV | 109.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 235 | 0.61 | 0.60 | 0 | 0.08 | 238.33 | 0.78 | 0.64 |
| Hex | 5B | 5F | EB | 3D | 3C | 0 | 8 | EE | 4E | 40 |
| Octal | 133 | 137 | 353 | 75 | 74 | 0 | 10 | 356 | 116 | 100 |
| Binary | 1011011 | 1011111 | 11101011 | 111101 | 111100 | 0 | 1000 | 11101110 | 1001110 | 1000000 |
Color Harmonies of #5B5FEB
Complementary color
Monochromatic Colors of #5B5FEB
Black with #5B5FEB
Text Example
Text Example
White with #5B5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FEB; }
p { color: rgb(91,95,235); }
H1.HeaderClassName
{
color: #5B5FEB;
}
.AnyTagClassName
{
color: #5B5FEB;
}
</style>
background-color css
<style>
a { background-color: #5B5FEB; }
a { background-color: rgb(91,95,235); }
div.DivClassName
{
background-color: #5B5FEB;
}
.BgClassName
{
background-color: #5B5FEB;
}
</style>
border-color css
<style>
span { border-color: #5B5FEB; }
span { border-color: rgb(91,95,235); }
td.TdClassName
{
border-color: #5B5FEB;
}
.TagClassName
{
border-color: #5B5FEB;
}
</style>