Shades of Neon Blue #5A5BFF
Tints of Neon Blue #5A5BFF
RGB
CMYK
RGB Variations
Color information
#5A5BFF (or 0x5A5BFF) is known color: Neon Blue. HEX triplet: 5A, 5B and FF. RGB value is (90,91,255). Sum of RGB (Red+Green+Blue) = 90+91+255=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A5BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5BFF is #A5A400. Grayscale: #6C6C6C. Windows color (decimal): -10855425 or 16735066. OLE color: 16735066.
HSL color Cylindrical-coordinate representation of color #5A5BFF: hue angle of 239.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A5BFF is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 91 | 255 | - |
| CMYK | 0.65 | 0.64 | 0 | 0 |
| HSL | 239.64º | 1% | 0.68% | - |
| HSV(B) | 239.64º | 0.65% | 1% | - |
| XYZ | 26.01 | 16.88 | 96.49 | - |
| YUV | 109.4 | 210.17 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 255 | 0.65 | 0.64 | 0 | 0 | 239.64 | 1 | 0.68 |
| Hex | 5A | 5B | FF | 41 | 40 | 0 | 0 | F0 | 64 | 44 |
| Octal | 132 | 133 | 377 | 101 | 100 | 0 | 0 | 360 | 144 | 104 |
| Binary | 1011010 | 1011011 | 11111111 | 1000001 | 1000000 | 0 | 0 | 11110000 | 1100100 | 1000100 |
Color Harmonies of #5A5BFF
Complementary color
Monochromatic Colors of #5A5BFF
Black with #5A5BFF
Text Example
Text Example
White with #5A5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5BFF; }
p { color: rgb(90,91,255); }
H1.HeaderClassName
{
color: #5A5BFF;
}
.AnyTagClassName
{
color: #5A5BFF;
}
</style>
background-color css
<style>
a { background-color: #5A5BFF; }
a { background-color: rgb(90,91,255); }
div.DivClassName
{
background-color: #5A5BFF;
}
.BgClassName
{
background-color: #5A5BFF;
}
</style>
border-color css
<style>
span { border-color: #5A5BFF; }
span { border-color: rgb(90,91,255); }
td.TdClassName
{
border-color: #5A5BFF;
}
.TagClassName
{
border-color: #5A5BFF;
}
</style>