Shades of Neon Blue #5B5FE7
Tints of Neon Blue #5B5FE7
RGB
CMYK
RGB Variations
Color information
#5B5FE7 (or 0x5B5FE7) is known color: Neon Blue. HEX triplet: 5B, 5F and E7. RGB value is (91,95,231). Sum of RGB (Red+Green+Blue) = 91+95+231=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 231 (90.62% from 255 or 55.40% from 417); Max value from RGB is 231 - color contains mainly: blue. Hex color #5B5FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5FE7 is #A4A018. Grayscale: #6C6C6C. Windows color (decimal): -10788889 or 15163227. OLE color: 15163227.
HSL color Cylindrical-coordinate representation of color #5B5FE7: hue angle of 238.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B5FE7 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 95 | 231 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.09 |
| HSL | 238.29º | 0.74% | 0.63% | - |
| HSV(B) | 238.29º | 0.61% | 0.91% | - |
| XYZ | 22.83 | 16.18 | 77.52 | - |
| YUV | 109.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 231 | 0.61 | 0.59 | 0 | 0.09 | 238.29 | 0.74 | 0.63 |
| Hex | 5B | 5F | E7 | 3D | 3B | 0 | 9 | EE | 4A | 3F |
| Octal | 133 | 137 | 347 | 75 | 73 | 0 | 11 | 356 | 112 | 77 |
| Binary | 1011011 | 1011111 | 11100111 | 111101 | 111011 | 0 | 1001 | 11101110 | 1001010 | 111111 |
Color Harmonies of #5B5FE7
Complementary color
Monochromatic Colors of #5B5FE7
Black with #5B5FE7
Text Example
Text Example
White with #5B5FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FE7; }
p { color: rgb(91,95,231); }
H1.HeaderClassName
{
color: #5B5FE7;
}
.AnyTagClassName
{
color: #5B5FE7;
}
</style>
background-color css
<style>
a { background-color: #5B5FE7; }
a { background-color: rgb(91,95,231); }
div.DivClassName
{
background-color: #5B5FE7;
}
.BgClassName
{
background-color: #5B5FE7;
}
</style>
border-color css
<style>
span { border-color: #5B5FE7; }
span { border-color: rgb(91,95,231); }
td.TdClassName
{
border-color: #5B5FE7;
}
.TagClassName
{
border-color: #5B5FE7;
}
</style>