Shades of Neon Blue #3A40FE
Tints of Neon Blue #3A40FE
RGB
CMYK
RGB Variations
Color information
#3A40FE (or 0x3A40FE) is known color: Neon Blue. HEX triplet: 3A, 40 and FE. RGB value is (58,64,254). Sum of RGB (Red+Green+Blue) = 58+64+254=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A40FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A40FE is #C5BF01. Grayscale: #535353. Windows color (decimal): -12959490 or 16662586. OLE color: 16662586.
HSL color Cylindrical-coordinate representation of color #3A40FE: hue angle of 238.16º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A40FE is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 64 | 254 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.00 |
| HSL | 238.16º | 0.99% | 0.61% | - |
| HSV(B) | 238.16º | 0.77% | 1% | - |
| XYZ | 21.47 | 11.72 | 94.9 | - |
| YUV | 83.87 | 224.01 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 254 | 0.77 | 0.75 | 0 | 0.00 | 238.16 | 0.99 | 0.61 |
| Hex | 3A | 40 | FE | 4D | 4B | 0 | 0 | EE | 63 | 3D |
| Octal | 72 | 100 | 376 | 115 | 113 | 0 | 0 | 356 | 143 | 75 |
| Binary | 111010 | 1000000 | 11111110 | 1001101 | 1001011 | 0 | 0 | 11101110 | 1100011 | 111101 |
Color Harmonies of #3A40FE
Complementary color
Monochromatic Colors of #3A40FE
Black with #3A40FE
Text Example
Text Example
White with #3A40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A40FE; }
p { color: rgb(58,64,254); }
H1.HeaderClassName
{
color: #3A40FE;
}
.AnyTagClassName
{
color: #3A40FE;
}
</style>
background-color css
<style>
a { background-color: #3A40FE; }
a { background-color: rgb(58,64,254); }
div.DivClassName
{
background-color: #3A40FE;
}
.BgClassName
{
background-color: #3A40FE;
}
</style>
border-color css
<style>
span { border-color: #3A40FE; }
span { border-color: rgb(58,64,254); }
td.TdClassName
{
border-color: #3A40FE;
}
.TagClassName
{
border-color: #3A40FE;
}
</style>