Shades of Neon Blue #5B51FE
Tints of Neon Blue #5B51FE
RGB
CMYK
RGB Variations
Color information
#5B51FE (or 0x5B51FE) is known color: Neon Blue. HEX triplet: 5B, 51 and FE. RGB value is (91,81,254). Sum of RGB (Red+Green+Blue) = 91+81+254=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B51FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B51FE is #A4AE01. Grayscale: #676767. Windows color (decimal): -10792450 or 16666971. OLE color: 16666971.
HSL color Cylindrical-coordinate representation of color #5B51FE: hue angle of 243.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B51FE is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 81 | 254 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.00 |
| HSL | 243.47º | 0.99% | 0.66% | - |
| HSV(B) | 243.47º | 0.68% | 1% | - |
| XYZ | 25.15 | 15.26 | 95.39 | - |
| YUV | 103.71 | 212.81 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 254 | 0.64 | 0.68 | 0 | 0.00 | 243.47 | 0.99 | 0.66 |
| Hex | 5B | 51 | FE | 40 | 44 | 0 | 0 | F3 | 63 | 42 |
| Octal | 133 | 121 | 376 | 100 | 104 | 0 | 0 | 363 | 143 | 102 |
| Binary | 1011011 | 1010001 | 11111110 | 1000000 | 1000100 | 0 | 0 | 11110011 | 1100011 | 1000010 |
Color Harmonies of #5B51FE
Complementary color
Monochromatic Colors of #5B51FE
Black with #5B51FE
Text Example
Text Example
White with #5B51FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B51FE; }
p { color: rgb(91,81,254); }
H1.HeaderClassName
{
color: #5B51FE;
}
.AnyTagClassName
{
color: #5B51FE;
}
</style>
background-color css
<style>
a { background-color: #5B51FE; }
a { background-color: rgb(91,81,254); }
div.DivClassName
{
background-color: #5B51FE;
}
.BgClassName
{
background-color: #5B51FE;
}
</style>
border-color css
<style>
span { border-color: #5B51FE; }
span { border-color: rgb(91,81,254); }
td.TdClassName
{
border-color: #5B51FE;
}
.TagClassName
{
border-color: #5B51FE;
}
</style>