Shades of Neon Blue #5B62FF
Tints of Neon Blue #5B62FF
RGB
CMYK
RGB Variations
Color information
#5B62FF (or 0x5B62FF) is known color: Neon Blue. HEX triplet: 5B, 62 and FF. RGB value is (91,98,255). Sum of RGB (Red+Green+Blue) = 91+98+255=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B62FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B62FF is #A49D00. Grayscale: #717171. Windows color (decimal): -10788097 or 16736859. OLE color: 16736859.
HSL color Cylindrical-coordinate representation of color #5B62FF: hue angle of 237.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B62FF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 98 | 255 | - |
| CMYK | 0.64 | 0.62 | 0 | 0 |
| HSL | 237.44º | 1% | 0.68% | - |
| HSV(B) | 237.44º | 0.64% | 1% | - |
| XYZ | 26.73 | 18.18 | 96.71 | - |
| YUV | 113.81 | 207.68 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 255 | 0.64 | 0.62 | 0 | 0 | 237.44 | 1 | 0.68 |
| Hex | 5B | 62 | FF | 40 | 3E | 0 | 0 | ED | 64 | 44 |
| Octal | 133 | 142 | 377 | 100 | 76 | 0 | 0 | 355 | 144 | 104 |
| Binary | 1011011 | 1100010 | 11111111 | 1000000 | 111110 | 0 | 0 | 11101101 | 1100100 | 1000100 |
Color Harmonies of #5B62FF
Complementary color
Monochromatic Colors of #5B62FF
Black with #5B62FF
Text Example
Text Example
White with #5B62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B62FF; }
p { color: rgb(91,98,255); }
H1.HeaderClassName
{
color: #5B62FF;
}
.AnyTagClassName
{
color: #5B62FF;
}
</style>
background-color css
<style>
a { background-color: #5B62FF; }
a { background-color: rgb(91,98,255); }
div.DivClassName
{
background-color: #5B62FF;
}
.BgClassName
{
background-color: #5B62FF;
}
</style>
border-color css
<style>
span { border-color: #5B62FF; }
span { border-color: rgb(91,98,255); }
td.TdClassName
{
border-color: #5B62FF;
}
.TagClassName
{
border-color: #5B62FF;
}
</style>