Shades of Neon Blue #5A68FA
Tints of Neon Blue #5A68FA
RGB
CMYK
RGB Variations
Color information
#5A68FA (or 0x5A68FA) is known color: Neon Blue. HEX triplet: 5A, 68 and FA. RGB value is (90,104,250). Sum of RGB (Red+Green+Blue) = 90+104+250=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A68FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A68FA is #A59705. Grayscale: #737373. Windows color (decimal): -10852102 or 16410714. OLE color: 16410714.
HSL color Cylindrical-coordinate representation of color #5A68FA: hue angle of 234.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A68FA is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 104 | 250 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.02 |
| HSL | 234.75º | 0.94% | 0.67% | - |
| HSV(B) | 234.75º | 0.64% | 0.98% | - |
| XYZ | 26.42 | 18.98 | 92.71 | - |
| YUV | 116.46 | 203.36 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 250 | 0.64 | 0.58 | 0 | 0.02 | 234.75 | 0.94 | 0.67 |
| Hex | 5A | 68 | FA | 40 | 3A | 0 | 2 | EB | 5E | 43 |
| Octal | 132 | 150 | 372 | 100 | 72 | 0 | 2 | 353 | 136 | 103 |
| Binary | 1011010 | 1101000 | 11111010 | 1000000 | 111010 | 0 | 10 | 11101011 | 1011110 | 1000011 |
Color Harmonies of #5A68FA
Complementary color
Monochromatic Colors of #5A68FA
Black with #5A68FA
Text Example
Text Example
White with #5A68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A68FA; }
p { color: rgb(90,104,250); }
H1.HeaderClassName
{
color: #5A68FA;
}
.AnyTagClassName
{
color: #5A68FA;
}
</style>
background-color css
<style>
a { background-color: #5A68FA; }
a { background-color: rgb(90,104,250); }
div.DivClassName
{
background-color: #5A68FA;
}
.BgClassName
{
background-color: #5A68FA;
}
</style>
border-color css
<style>
span { border-color: #5A68FA; }
span { border-color: rgb(90,104,250); }
td.TdClassName
{
border-color: #5A68FA;
}
.TagClassName
{
border-color: #5A68FA;
}
</style>