Shades of Neon Blue #5B71FE
Tints of Neon Blue #5B71FE
RGB
CMYK
RGB Variations
Color information
#5B71FE (or 0x5B71FE) is known color: Neon Blue. HEX triplet: 5B, 71 and FE. RGB value is (91,113,254). Sum of RGB (Red+Green+Blue) = 91+113+254=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B71FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B71FE is #A48E01. Grayscale: #797979. Windows color (decimal): -10784258 or 16675163. OLE color: 16675163.
HSL color Cylindrical-coordinate representation of color #5B71FE: hue angle of 231.9º 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 #5B71FE is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 113 | 254 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.00 |
| HSL | 231.9º | 0.99% | 0.68% | - |
| HSV(B) | 231.9º | 0.64% | 1% | - |
| XYZ | 28.11 | 21.19 | 96.37 | - |
| YUV | 122.5 | 202.21 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 254 | 0.64 | 0.56 | 0 | 0.00 | 231.9 | 0.99 | 0.68 |
| Hex | 5B | 71 | FE | 40 | 38 | 0 | 0 | E8 | 63 | 44 |
| Octal | 133 | 161 | 376 | 100 | 70 | 0 | 0 | 350 | 143 | 104 |
| Binary | 1011011 | 1110001 | 11111110 | 1000000 | 111000 | 0 | 0 | 11101000 | 1100011 | 1000100 |
Color Harmonies of #5B71FE
Complementary color
Monochromatic Colors of #5B71FE
Black with #5B71FE
Text Example
Text Example
White with #5B71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B71FE; }
p { color: rgb(91,113,254); }
H1.HeaderClassName
{
color: #5B71FE;
}
.AnyTagClassName
{
color: #5B71FE;
}
</style>
background-color css
<style>
a { background-color: #5B71FE; }
a { background-color: rgb(91,113,254); }
div.DivClassName
{
background-color: #5B71FE;
}
.BgClassName
{
background-color: #5B71FE;
}
</style>
border-color css
<style>
span { border-color: #5B71FE; }
span { border-color: rgb(91,113,254); }
td.TdClassName
{
border-color: #5B71FE;
}
.TagClassName
{
border-color: #5B71FE;
}
</style>