Shades of Neon Blue #3A4CF7
Tints of Neon Blue #3A4CF7
RGB
CMYK
RGB Variations
Color information
#3A4CF7 (or 0x3A4CF7) is known color: Neon Blue. HEX triplet: 3A, 4C and F7. RGB value is (58,76,247). Sum of RGB (Red+Green+Blue) = 58+76+247=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 247 (96.88% from 255 or 64.83% from 381); Max value from RGB is 247 - color contains mainly: blue. Hex color #3A4CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A4CF7 is #C5B308. Grayscale: #595959. Windows color (decimal): -12956425 or 16206906. OLE color: 16206906.
HSL color Cylindrical-coordinate representation of color #3A4CF7: hue angle of 234.29º 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 #3A4CF7 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 76 | 247 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.03 |
| HSL | 234.29º | 0.92% | 0.6% | - |
| HSV(B) | 234.29º | 0.77% | 0.97% | - |
| XYZ | 21.12 | 12.78 | 89.35 | - |
| YUV | 90.11 | 216.54 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 247 | 0.77 | 0.69 | 0 | 0.03 | 234.29 | 0.92 | 0.6 |
| Hex | 3A | 4C | F7 | 4D | 45 | 0 | 3 | EA | 5C | 3C |
| Octal | 72 | 114 | 367 | 115 | 105 | 0 | 3 | 352 | 134 | 74 |
| Binary | 111010 | 1001100 | 11110111 | 1001101 | 1000101 | 0 | 11 | 11101010 | 1011100 | 111100 |
Color Harmonies of #3A4CF7
Complementary color
Monochromatic Colors of #3A4CF7
Black with #3A4CF7
Text Example
Text Example
White with #3A4CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4CF7; }
p { color: rgb(58,76,247); }
H1.HeaderClassName
{
color: #3A4CF7;
}
.AnyTagClassName
{
color: #3A4CF7;
}
</style>
background-color css
<style>
a { background-color: #3A4CF7; }
a { background-color: rgb(58,76,247); }
div.DivClassName
{
background-color: #3A4CF7;
}
.BgClassName
{
background-color: #3A4CF7;
}
</style>
border-color css
<style>
span { border-color: #3A4CF7; }
span { border-color: rgb(58,76,247); }
td.TdClassName
{
border-color: #3A4CF7;
}
.TagClassName
{
border-color: #3A4CF7;
}
</style>