Shades of Neon Blue #3A40FC
Tints of Neon Blue #3A40FC
RGB
CMYK
RGB Variations
Color information
#3A40FC (or 0x3A40FC) is known color: Neon Blue. HEX triplet: 3A, 40 and FC. RGB value is (58,64,252). Sum of RGB (Red+Green+Blue) = 58+64+252=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A40FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A40FC is #C5BF03. Grayscale: #525252. Windows color (decimal): -12959492 or 16531514. OLE color: 16531514.
HSL color Cylindrical-coordinate representation of color #3A40FC: hue angle of 238.14º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A40FC is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 64 | 252 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.01 |
| HSL | 238.14º | 0.97% | 0.61% | - |
| HSV(B) | 238.14º | 0.77% | 0.99% | - |
| XYZ | 21.15 | 11.59 | 93.22 | - |
| YUV | 83.64 | 223.01 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 252 | 0.77 | 0.75 | 0 | 0.01 | 238.14 | 0.97 | 0.61 |
| Hex | 3A | 40 | FC | 4D | 4B | 0 | 1 | EE | 61 | 3D |
| Octal | 72 | 100 | 374 | 115 | 113 | 0 | 1 | 356 | 141 | 75 |
| Binary | 111010 | 1000000 | 11111100 | 1001101 | 1001011 | 0 | 1 | 11101110 | 1100001 | 111101 |
Color Harmonies of #3A40FC
Complementary color
Monochromatic Colors of #3A40FC
Black with #3A40FC
Text Example
Text Example
White with #3A40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A40FC; }
p { color: rgb(58,64,252); }
H1.HeaderClassName
{
color: #3A40FC;
}
.AnyTagClassName
{
color: #3A40FC;
}
</style>
background-color css
<style>
a { background-color: #3A40FC; }
a { background-color: rgb(58,64,252); }
div.DivClassName
{
background-color: #3A40FC;
}
.BgClassName
{
background-color: #3A40FC;
}
</style>
border-color css
<style>
span { border-color: #3A40FC; }
span { border-color: rgb(58,64,252); }
td.TdClassName
{
border-color: #3A40FC;
}
.TagClassName
{
border-color: #3A40FC;
}
</style>