Shades of Neon Blue #3A56FF
Tints of Neon Blue #3A56FF
RGB
CMYK
RGB Variations
Color information
#3A56FF (or 0x3A56FF) is known color: Neon Blue. HEX triplet: 3A, 56 and FF. RGB value is (58,86,255). Sum of RGB (Red+Green+Blue) = 58+86+255=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A56FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A56FF is #C5A900. Grayscale: #606060. Windows color (decimal): -12953857 or 16733754. OLE color: 16733754.
HSL color Cylindrical-coordinate representation of color #3A56FF: hue angle of 231.47º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A56FF is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 86 | 255 | - |
| CMYK | 0.77 | 0.66 | 0 | 0 |
| HSL | 231.47º | 1% | 0.61% | - |
| HSV(B) | 231.47º | 0.77% | 1% | - |
| XYZ | 23.12 | 14.78 | 96.24 | - |
| YUV | 96.89 | 217.22 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 255 | 0.77 | 0.66 | 0 | 0 | 231.47 | 1 | 0.61 |
| Hex | 3A | 56 | FF | 4D | 42 | 0 | 0 | E7 | 64 | 3D |
| Octal | 72 | 126 | 377 | 115 | 102 | 0 | 0 | 347 | 144 | 75 |
| Binary | 111010 | 1010110 | 11111111 | 1001101 | 1000010 | 0 | 0 | 11100111 | 1100100 | 111101 |
Color Harmonies of #3A56FF
Complementary color
Monochromatic Colors of #3A56FF
Black with #3A56FF
Text Example
Text Example
White with #3A56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A56FF; }
p { color: rgb(58,86,255); }
H1.HeaderClassName
{
color: #3A56FF;
}
.AnyTagClassName
{
color: #3A56FF;
}
</style>
background-color css
<style>
a { background-color: #3A56FF; }
a { background-color: rgb(58,86,255); }
div.DivClassName
{
background-color: #3A56FF;
}
.BgClassName
{
background-color: #3A56FF;
}
</style>
border-color css
<style>
span { border-color: #3A56FF; }
span { border-color: rgb(58,86,255); }
td.TdClassName
{
border-color: #3A56FF;
}
.TagClassName
{
border-color: #3A56FF;
}
</style>