Shades of Neon Blue #5A38F4
Tints of Neon Blue #5A38F4
RGB
CMYK
RGB Variations
Color information
#5A38F4 (or 0x5A38F4) is known color: Neon Blue. HEX triplet: 5A, 38 and F4. RGB value is (90,56,244). Sum of RGB (Red+Green+Blue) = 90+56+244=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 244 (95.70% from 255 or 62.56% from 390); Max value from RGB is 244 - color contains mainly: blue. Hex color #5A38F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A38F4 is #A5C70B. Grayscale: #565656. Windows color (decimal): -10864396 or 16005210. OLE color: 16005210.
HSL color Cylindrical-coordinate representation of color #5A38F4: hue angle of 250.85º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A38F4 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 56 | 244 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.04 |
| HSL | 250.85º | 0.9% | 0.59% | - |
| HSV(B) | 250.85º | 0.77% | 0.96% | - |
| XYZ | 21.96 | 11.53 | 86.66 | - |
| YUV | 87.6 | 216.26 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 244 | 0.63 | 0.77 | 0 | 0.04 | 250.85 | 0.9 | 0.59 |
| Hex | 5A | 38 | F4 | 3F | 4D | 0 | 4 | FB | 5A | 3B |
| Octal | 132 | 70 | 364 | 77 | 115 | 0 | 4 | 373 | 132 | 73 |
| Binary | 1011010 | 111000 | 11110100 | 111111 | 1001101 | 0 | 100 | 11111011 | 1011010 | 111011 |
Color Harmonies of #5A38F4
Complementary color
Monochromatic Colors of #5A38F4
Black with #5A38F4
Text Example
Text Example
White with #5A38F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A38F4; }
p { color: rgb(90,56,244); }
H1.HeaderClassName
{
color: #5A38F4;
}
.AnyTagClassName
{
color: #5A38F4;
}
</style>
background-color css
<style>
a { background-color: #5A38F4; }
a { background-color: rgb(90,56,244); }
div.DivClassName
{
background-color: #5A38F4;
}
.BgClassName
{
background-color: #5A38F4;
}
</style>
border-color css
<style>
span { border-color: #5A38F4; }
span { border-color: rgb(90,56,244); }
td.TdClassName
{
border-color: #5A38F4;
}
.TagClassName
{
border-color: #5A38F4;
}
</style>