Shades of Neon Blue #3A40FF
Tints of Neon Blue #3A40FF
RGB
CMYK
RGB Variations
Color information
#3A40FF (or 0x3A40FF) is known color: Neon Blue. HEX triplet: 3A, 40 and FF. RGB value is (58,64,255). Sum of RGB (Red+Green+Blue) = 58+64+255=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A40FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A40FF is #C5BF00. Grayscale: #535353. Windows color (decimal): -12959489 or 16728122. OLE color: 16728122.
HSL color Cylindrical-coordinate representation of color #3A40FF: hue angle of 238.17º 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 #3A40FF is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 64 | 255 | - |
| CMYK | 0.77 | 0.75 | 0 | 0 |
| HSL | 238.17º | 1% | 0.61% | - |
| HSV(B) | 238.17º | 0.77% | 1% | - |
| XYZ | 21.63 | 11.79 | 95.74 | - |
| YUV | 83.98 | 224.51 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 255 | 0.77 | 0.75 | 0 | 0 | 238.17 | 1 | 0.61 |
| Hex | 3A | 40 | FF | 4D | 4B | 0 | 0 | EE | 64 | 3D |
| Octal | 72 | 100 | 377 | 115 | 113 | 0 | 0 | 356 | 144 | 75 |
| Binary | 111010 | 1000000 | 11111111 | 1001101 | 1001011 | 0 | 0 | 11101110 | 1100100 | 111101 |
Color Harmonies of #3A40FF
Complementary color
Monochromatic Colors of #3A40FF
Black with #3A40FF
Text Example
Text Example
White with #3A40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A40FF; }
p { color: rgb(58,64,255); }
H1.HeaderClassName
{
color: #3A40FF;
}
.AnyTagClassName
{
color: #3A40FF;
}
</style>
background-color css
<style>
a { background-color: #3A40FF; }
a { background-color: rgb(58,64,255); }
div.DivClassName
{
background-color: #3A40FF;
}
.BgClassName
{
background-color: #3A40FF;
}
</style>
border-color css
<style>
span { border-color: #3A40FF; }
span { border-color: rgb(58,64,255); }
td.TdClassName
{
border-color: #3A40FF;
}
.TagClassName
{
border-color: #3A40FF;
}
</style>