Shades of Neon Blue #5A6DFF
Tints of Neon Blue #5A6DFF
RGB
CMYK
RGB Variations
Color information
#5A6DFF (or 0x5A6DFF) is known color: Neon Blue. HEX triplet: 5A, 6D and FF. RGB value is (90,109,255). Sum of RGB (Red+Green+Blue) = 90+109+255=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A6DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6DFF is #A59200. Grayscale: #777777. Windows color (decimal): -10850817 or 16739674. OLE color: 16739674.
HSL color Cylindrical-coordinate representation of color #5A6DFF: hue angle of 233.09º 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 #5A6DFF is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 109 | 255 | - |
| CMYK | 0.65 | 0.57 | 0 | 0 |
| HSL | 233.09º | 1% | 0.68% | - |
| HSV(B) | 233.09º | 0.65% | 1% | - |
| XYZ | 27.74 | 20.33 | 97.07 | - |
| YUV | 119.96 | 204.21 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 255 | 0.65 | 0.57 | 0 | 0 | 233.09 | 1 | 0.68 |
| Hex | 5A | 6D | FF | 41 | 39 | 0 | 0 | E9 | 64 | 44 |
| Octal | 132 | 155 | 377 | 101 | 71 | 0 | 0 | 351 | 144 | 104 |
| Binary | 1011010 | 1101101 | 11111111 | 1000001 | 111001 | 0 | 0 | 11101001 | 1100100 | 1000100 |
Color Harmonies of #5A6DFF
Complementary color
Monochromatic Colors of #5A6DFF
Black with #5A6DFF
Text Example
Text Example
White with #5A6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6DFF; }
p { color: rgb(90,109,255); }
H1.HeaderClassName
{
color: #5A6DFF;
}
.AnyTagClassName
{
color: #5A6DFF;
}
</style>
background-color css
<style>
a { background-color: #5A6DFF; }
a { background-color: rgb(90,109,255); }
div.DivClassName
{
background-color: #5A6DFF;
}
.BgClassName
{
background-color: #5A6DFF;
}
</style>
border-color css
<style>
span { border-color: #5A6DFF; }
span { border-color: rgb(90,109,255); }
td.TdClassName
{
border-color: #5A6DFF;
}
.TagClassName
{
border-color: #5A6DFF;
}
</style>