Shades of Neon Blue #5B5FF6
Tints of Neon Blue #5B5FF6
RGB
CMYK
RGB Variations
Color information
#5B5FF6 (or 0x5B5FF6) is known color: Neon Blue. HEX triplet: 5B, 5F and F6. RGB value is (91,95,246). Sum of RGB (Red+Green+Blue) = 91+95+246=432 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.06% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #5B5FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5FF6 is #A4A009. Grayscale: #6E6E6E. Windows color (decimal): -10788874 or 16146267. OLE color: 16146267.
HSL color Cylindrical-coordinate representation of color #5B5FF6: hue angle of 238.45º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B5FF6 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 95 | 246 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.04 |
| HSL | 238.45º | 0.9% | 0.66% | - |
| HSV(B) | 238.45º | 0.63% | 0.96% | - |
| XYZ | 25.04 | 17.06 | 89.16 | - |
| YUV | 111.02 | 204.17 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 246 | 0.63 | 0.61 | 0 | 0.04 | 238.45 | 0.9 | 0.66 |
| Hex | 5B | 5F | F6 | 3F | 3D | 0 | 4 | EE | 5A | 42 |
| Octal | 133 | 137 | 366 | 77 | 75 | 0 | 4 | 356 | 132 | 102 |
| Binary | 1011011 | 1011111 | 11110110 | 111111 | 111101 | 0 | 100 | 11101110 | 1011010 | 1000010 |
Color Harmonies of #5B5FF6
Complementary color
Monochromatic Colors of #5B5FF6
Black with #5B5FF6
Text Example
Text Example
White with #5B5FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FF6; }
p { color: rgb(91,95,246); }
H1.HeaderClassName
{
color: #5B5FF6;
}
.AnyTagClassName
{
color: #5B5FF6;
}
</style>
background-color css
<style>
a { background-color: #5B5FF6; }
a { background-color: rgb(91,95,246); }
div.DivClassName
{
background-color: #5B5FF6;
}
.BgClassName
{
background-color: #5B5FF6;
}
</style>
border-color css
<style>
span { border-color: #5B5FF6; }
span { border-color: rgb(91,95,246); }
td.TdClassName
{
border-color: #5B5FF6;
}
.TagClassName
{
border-color: #5B5FF6;
}
</style>