Shades of Neon Blue #5A3DF4
Tints of Neon Blue #5A3DF4
RGB
CMYK
RGB Variations
Color information
#5A3DF4 (or 0x5A3DF4) is known color: Neon Blue. HEX triplet: 5A, 3D and F4. RGB value is (90,61,244). Sum of RGB (Red+Green+Blue) = 90+61+244=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 244 (95.70% from 255 or 61.77% from 395); Max value from RGB is 244 - color contains mainly: blue. Hex color #5A3DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A3DF4 is #A5C20B. Grayscale: #595959. Windows color (decimal): -10863116 or 16006490. OLE color: 16006490.
HSL color Cylindrical-coordinate representation of color #5A3DF4: hue angle of 249.51º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A3DF4 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 61 | 244 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.04 |
| HSL | 249.51º | 0.89% | 0.6% | - |
| HSV(B) | 249.51º | 0.75% | 0.96% | - |
| XYZ | 22.21 | 12.04 | 86.74 | - |
| YUV | 90.53 | 214.61 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 244 | 0.63 | 0.75 | 0 | 0.04 | 249.51 | 0.89 | 0.6 |
| Hex | 5A | 3D | F4 | 3F | 4B | 0 | 4 | FA | 59 | 3C |
| Octal | 132 | 75 | 364 | 77 | 113 | 0 | 4 | 372 | 131 | 74 |
| Binary | 1011010 | 111101 | 11110100 | 111111 | 1001011 | 0 | 100 | 11111010 | 1011001 | 111100 |
Color Harmonies of #5A3DF4
Complementary color
Monochromatic Colors of #5A3DF4
Black with #5A3DF4
Text Example
Text Example
White with #5A3DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3DF4; }
p { color: rgb(90,61,244); }
H1.HeaderClassName
{
color: #5A3DF4;
}
.AnyTagClassName
{
color: #5A3DF4;
}
</style>
background-color css
<style>
a { background-color: #5A3DF4; }
a { background-color: rgb(90,61,244); }
div.DivClassName
{
background-color: #5A3DF4;
}
.BgClassName
{
background-color: #5A3DF4;
}
</style>
border-color css
<style>
span { border-color: #5A3DF4; }
span { border-color: rgb(90,61,244); }
td.TdClassName
{
border-color: #5A3DF4;
}
.TagClassName
{
border-color: #5A3DF4;
}
</style>