Shades of Neon Blue #5A6FFF
Tints of Neon Blue #5A6FFF
RGB
CMYK
RGB Variations
Color information
#5A6FFF (or 0x5A6FFF) is known color: Neon Blue. HEX triplet: 5A, 6F and FF. RGB value is (90,111,255). Sum of RGB (Red+Green+Blue) = 90+111+255=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A6FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6FFF is #A59000. Grayscale: #787878. Windows color (decimal): -10850305 or 16740186. OLE color: 16740186.
HSL color Cylindrical-coordinate representation of color #5A6FFF: hue angle of 232.36º 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 #5A6FFF is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 111 | 255 | - |
| CMYK | 0.65 | 0.56 | 0 | 0 |
| HSL | 232.36º | 1% | 0.68% | - |
| HSV(B) | 232.36º | 0.65% | 1% | - |
| XYZ | 27.95 | 20.76 | 97.14 | - |
| YUV | 121.14 | 203.54 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 255 | 0.65 | 0.56 | 0 | 0 | 232.36 | 1 | 0.68 |
| Hex | 5A | 6F | FF | 41 | 38 | 0 | 0 | E8 | 64 | 44 |
| Octal | 132 | 157 | 377 | 101 | 70 | 0 | 0 | 350 | 144 | 104 |
| Binary | 1011010 | 1101111 | 11111111 | 1000001 | 111000 | 0 | 0 | 11101000 | 1100100 | 1000100 |
Color Harmonies of #5A6FFF
Complementary color
Monochromatic Colors of #5A6FFF
Black with #5A6FFF
Text Example
Text Example
White with #5A6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6FFF; }
p { color: rgb(90,111,255); }
H1.HeaderClassName
{
color: #5A6FFF;
}
.AnyTagClassName
{
color: #5A6FFF;
}
</style>
background-color css
<style>
a { background-color: #5A6FFF; }
a { background-color: rgb(90,111,255); }
div.DivClassName
{
background-color: #5A6FFF;
}
.BgClassName
{
background-color: #5A6FFF;
}
</style>
border-color css
<style>
span { border-color: #5A6FFF; }
span { border-color: rgb(90,111,255); }
td.TdClassName
{
border-color: #5A6FFF;
}
.TagClassName
{
border-color: #5A6FFF;
}
</style>