Shades of Neon Blue #3A4EF7
Tints of Neon Blue #3A4EF7
RGB
CMYK
RGB Variations
Color information
#3A4EF7 (or 0x3A4EF7) is known color: Neon Blue. HEX triplet: 3A, 4E and F7. RGB value is (58,78,247). Sum of RGB (Red+Green+Blue) = 58+78+247=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 247 (96.88% from 255 or 64.49% from 383); Max value from RGB is 247 - color contains mainly: blue. Hex color #3A4EF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A4EF7 is #C5B108. Grayscale: #5A5A5A. Windows color (decimal): -12955913 or 16207418. OLE color: 16207418.
HSL color Cylindrical-coordinate representation of color #3A4EF7: hue angle of 233.65º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A4EF7 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 78 | 247 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.03 |
| HSL | 233.65º | 0.92% | 0.6% | - |
| HSV(B) | 233.65º | 0.77% | 0.97% | - |
| XYZ | 21.26 | 13.06 | 89.4 | - |
| YUV | 91.29 | 215.87 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 78 | 247 | 0.77 | 0.68 | 0 | 0.03 | 233.65 | 0.92 | 0.6 |
| Hex | 3A | 4E | F7 | 4D | 44 | 0 | 3 | EA | 5C | 3C |
| Octal | 72 | 116 | 367 | 115 | 104 | 0 | 3 | 352 | 134 | 74 |
| Binary | 111010 | 1001110 | 11110111 | 1001101 | 1000100 | 0 | 11 | 11101010 | 1011100 | 111100 |
Color Harmonies of #3A4EF7
Complementary color
Monochromatic Colors of #3A4EF7
Black with #3A4EF7
Text Example
Text Example
White with #3A4EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4EF7; }
p { color: rgb(58,78,247); }
H1.HeaderClassName
{
color: #3A4EF7;
}
.AnyTagClassName
{
color: #3A4EF7;
}
</style>
background-color css
<style>
a { background-color: #3A4EF7; }
a { background-color: rgb(58,78,247); }
div.DivClassName
{
background-color: #3A4EF7;
}
.BgClassName
{
background-color: #3A4EF7;
}
</style>
border-color css
<style>
span { border-color: #3A4EF7; }
span { border-color: rgb(58,78,247); }
td.TdClassName
{
border-color: #3A4EF7;
}
.TagClassName
{
border-color: #3A4EF7;
}
</style>