Shades of Neon Blue #5A64FA
Tints of Neon Blue #5A64FA
RGB
CMYK
RGB Variations
Color information
#5A64FA (or 0x5A64FA) is known color: Neon Blue. HEX triplet: 5A, 64 and FA. RGB value is (90,100,250). Sum of RGB (Red+Green+Blue) = 90+100+250=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A64FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A64FA is #A59B05. Grayscale: #717171. Windows color (decimal): -10853126 or 16409690. OLE color: 16409690.
HSL color Cylindrical-coordinate representation of color #5A64FA: hue angle of 236.25º 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 #5A64FA is Cyan = 0.64, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 100 | 250 | - |
| CMYK | 0.64 | 0.6 | 0 | 0.02 |
| HSL | 236.25º | 0.94% | 0.67% | - |
| HSV(B) | 236.25º | 0.64% | 0.98% | - |
| XYZ | 26.03 | 18.19 | 92.58 | - |
| YUV | 114.11 | 204.69 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 100 | 250 | 0.64 | 0.6 | 0 | 0.02 | 236.25 | 0.94 | 0.67 |
| Hex | 5A | 64 | FA | 40 | 3C | 0 | 2 | EC | 5E | 43 |
| Octal | 132 | 144 | 372 | 100 | 74 | 0 | 2 | 354 | 136 | 103 |
| Binary | 1011010 | 1100100 | 11111010 | 1000000 | 111100 | 0 | 10 | 11101100 | 1011110 | 1000011 |
Color Harmonies of #5A64FA
Complementary color
Monochromatic Colors of #5A64FA
Black with #5A64FA
Text Example
Text Example
White with #5A64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A64FA; }
p { color: rgb(90,100,250); }
H1.HeaderClassName
{
color: #5A64FA;
}
.AnyTagClassName
{
color: #5A64FA;
}
</style>
background-color css
<style>
a { background-color: #5A64FA; }
a { background-color: rgb(90,100,250); }
div.DivClassName
{
background-color: #5A64FA;
}
.BgClassName
{
background-color: #5A64FA;
}
</style>
border-color css
<style>
span { border-color: #5A64FA; }
span { border-color: rgb(90,100,250); }
td.TdClassName
{
border-color: #5A64FA;
}
.TagClassName
{
border-color: #5A64FA;
}
</style>