Shades of Neon Blue #5A60F6
Tints of Neon Blue #5A60F6
RGB
CMYK
RGB Variations
Color information
#5A60F6 (or 0x5A60F6) is known color: Neon Blue. HEX triplet: 5A, 60 and F6. RGB value is (90,96,246). Sum of RGB (Red+Green+Blue) = 90+96+246=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #5A60F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A60F6 is #A59F09. Grayscale: #6E6E6E. Windows color (decimal): -10854154 or 16146522. OLE color: 16146522.
HSL color Cylindrical-coordinate representation of color #5A60F6: hue angle of 237.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A60F6 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 96 | 246 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.04 |
| HSL | 237.69º | 0.9% | 0.66% | - |
| HSV(B) | 237.69º | 0.63% | 0.96% | - |
| XYZ | 25.03 | 17.19 | 89.19 | - |
| YUV | 111.31 | 204.01 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 246 | 0.63 | 0.61 | 0 | 0.04 | 237.69 | 0.9 | 0.66 |
| Hex | 5A | 60 | F6 | 3F | 3D | 0 | 4 | EE | 5A | 42 |
| Octal | 132 | 140 | 366 | 77 | 75 | 0 | 4 | 356 | 132 | 102 |
| Binary | 1011010 | 1100000 | 11110110 | 111111 | 111101 | 0 | 100 | 11101110 | 1011010 | 1000010 |
Color Harmonies of #5A60F6
Complementary color
Monochromatic Colors of #5A60F6
Black with #5A60F6
Text Example
Text Example
White with #5A60F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A60F6; }
p { color: rgb(90,96,246); }
H1.HeaderClassName
{
color: #5A60F6;
}
.AnyTagClassName
{
color: #5A60F6;
}
</style>
background-color css
<style>
a { background-color: #5A60F6; }
a { background-color: rgb(90,96,246); }
div.DivClassName
{
background-color: #5A60F6;
}
.BgClassName
{
background-color: #5A60F6;
}
</style>
border-color css
<style>
span { border-color: #5A60F6; }
span { border-color: rgb(90,96,246); }
td.TdClassName
{
border-color: #5A60F6;
}
.TagClassName
{
border-color: #5A60F6;
}
</style>