Shades of Neon Blue #5A6AF6
Tints of Neon Blue #5A6AF6
RGB
CMYK
RGB Variations
Color information
#5A6AF6 (or 0x5A6AF6) is known color: Neon Blue. HEX triplet: 5A, 6A and F6. RGB value is (90,106,246). Sum of RGB (Red+Green+Blue) = 90+106+246=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #5A6AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6AF6 is #A59509. Grayscale: #747474. Windows color (decimal): -10851594 or 16149082. OLE color: 16149082.
HSL color Cylindrical-coordinate representation of color #5A6AF6: hue angle of 233.85º 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 #5A6AF6 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 106 | 246 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.04 |
| HSL | 233.85º | 0.9% | 0.66% | - |
| HSV(B) | 233.85º | 0.63% | 0.96% | - |
| XYZ | 26.01 | 19.14 | 89.51 | - |
| YUV | 117.18 | 200.7 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 246 | 0.63 | 0.57 | 0 | 0.04 | 233.85 | 0.9 | 0.66 |
| Hex | 5A | 6A | F6 | 3F | 39 | 0 | 4 | EA | 5A | 42 |
| Octal | 132 | 152 | 366 | 77 | 71 | 0 | 4 | 352 | 132 | 102 |
| Binary | 1011010 | 1101010 | 11110110 | 111111 | 111001 | 0 | 100 | 11101010 | 1011010 | 1000010 |
Color Harmonies of #5A6AF6
Complementary color
Monochromatic Colors of #5A6AF6
Black with #5A6AF6
Text Example
Text Example
White with #5A6AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6AF6; }
p { color: rgb(90,106,246); }
H1.HeaderClassName
{
color: #5A6AF6;
}
.AnyTagClassName
{
color: #5A6AF6;
}
</style>
background-color css
<style>
a { background-color: #5A6AF6; }
a { background-color: rgb(90,106,246); }
div.DivClassName
{
background-color: #5A6AF6;
}
.BgClassName
{
background-color: #5A6AF6;
}
</style>
border-color css
<style>
span { border-color: #5A6AF6; }
span { border-color: rgb(90,106,246); }
td.TdClassName
{
border-color: #5A6AF6;
}
.TagClassName
{
border-color: #5A6AF6;
}
</style>