Shades of Neon Blue #5B6FFE
Tints of Neon Blue #5B6FFE
RGB
CMYK
RGB Variations
Color information
#5B6FFE (or 0x5B6FFE) is known color: Neon Blue. HEX triplet: 5B, 6F and FE. RGB value is (91,111,254). Sum of RGB (Red+Green+Blue) = 91+111+254=456 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.96% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B6FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6FFE is #A49001. Grayscale: #787878. Windows color (decimal): -10784770 or 16674651. OLE color: 16674651.
HSL color Cylindrical-coordinate representation of color #5B6FFE: hue angle of 232.64º 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 #5B6FFE is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 111 | 254 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.00 |
| HSL | 232.64º | 0.99% | 0.68% | - |
| HSV(B) | 232.64º | 0.64% | 1% | - |
| XYZ | 27.89 | 20.75 | 96.3 | - |
| YUV | 121.32 | 202.87 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 254 | 0.64 | 0.56 | 0 | 0.00 | 232.64 | 0.99 | 0.68 |
| Hex | 5B | 6F | FE | 40 | 38 | 0 | 0 | E9 | 63 | 44 |
| Octal | 133 | 157 | 376 | 100 | 70 | 0 | 0 | 351 | 143 | 104 |
| Binary | 1011011 | 1101111 | 11111110 | 1000000 | 111000 | 0 | 0 | 11101001 | 1100011 | 1000100 |
Color Harmonies of #5B6FFE
Complementary color
Monochromatic Colors of #5B6FFE
Black with #5B6FFE
Text Example
Text Example
White with #5B6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6FFE; }
p { color: rgb(91,111,254); }
H1.HeaderClassName
{
color: #5B6FFE;
}
.AnyTagClassName
{
color: #5B6FFE;
}
</style>
background-color css
<style>
a { background-color: #5B6FFE; }
a { background-color: rgb(91,111,254); }
div.DivClassName
{
background-color: #5B6FFE;
}
.BgClassName
{
background-color: #5B6FFE;
}
</style>
border-color css
<style>
span { border-color: #5B6FFE; }
span { border-color: rgb(91,111,254); }
td.TdClassName
{
border-color: #5B6FFE;
}
.TagClassName
{
border-color: #5B6FFE;
}
</style>