Shades of Neon Blue #5A6EFF
Tints of Neon Blue #5A6EFF
RGB
CMYK
RGB Variations
Color information
#5A6EFF (or 0x5A6EFF) is known color: Neon Blue. HEX triplet: 5A, 6E and FF. RGB value is (90,110,255). Sum of RGB (Red+Green+Blue) = 90+110+255=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A6EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6EFF is #A59100. Grayscale: #777777. Windows color (decimal): -10850561 or 16739930. OLE color: 16739930.
HSL color Cylindrical-coordinate representation of color #5A6EFF: hue angle of 232.73º 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 #5A6EFF is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 110 | 255 | - |
| CMYK | 0.65 | 0.57 | 0 | 0 |
| HSL | 232.73º | 1% | 0.68% | - |
| HSV(B) | 232.73º | 0.65% | 1% | - |
| XYZ | 27.84 | 20.55 | 97.11 | - |
| YUV | 120.55 | 203.87 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 255 | 0.65 | 0.57 | 0 | 0 | 232.73 | 1 | 0.68 |
| Hex | 5A | 6E | FF | 41 | 39 | 0 | 0 | E9 | 64 | 44 |
| Octal | 132 | 156 | 377 | 101 | 71 | 0 | 0 | 351 | 144 | 104 |
| Binary | 1011010 | 1101110 | 11111111 | 1000001 | 111001 | 0 | 0 | 11101001 | 1100100 | 1000100 |
Color Harmonies of #5A6EFF
Complementary color
Monochromatic Colors of #5A6EFF
Black with #5A6EFF
Text Example
Text Example
White with #5A6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6EFF; }
p { color: rgb(90,110,255); }
H1.HeaderClassName
{
color: #5A6EFF;
}
.AnyTagClassName
{
color: #5A6EFF;
}
</style>
background-color css
<style>
a { background-color: #5A6EFF; }
a { background-color: rgb(90,110,255); }
div.DivClassName
{
background-color: #5A6EFF;
}
.BgClassName
{
background-color: #5A6EFF;
}
</style>
border-color css
<style>
span { border-color: #5A6EFF; }
span { border-color: rgb(90,110,255); }
td.TdClassName
{
border-color: #5A6EFF;
}
.TagClassName
{
border-color: #5A6EFF;
}
</style>