Shades of Neon Blue #3A4CF9
Tints of Neon Blue #3A4CF9
RGB
CMYK
RGB Variations
Color information
#3A4CF9 (or 0x3A4CF9) is known color: Neon Blue. HEX triplet: 3A, 4C and F9. RGB value is (58,76,249). Sum of RGB (Red+Green+Blue) = 58+76+249=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 249 (97.66% from 255 or 65.01% from 383); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A4CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A4CF9 is #C5B306. Grayscale: #595959. Windows color (decimal): -12956423 or 16337978. OLE color: 16337978.
HSL color Cylindrical-coordinate representation of color #3A4CF9: hue angle of 234.35º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A4CF9 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 76 | 249 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.02 |
| HSL | 234.35º | 0.94% | 0.6% | - |
| HSV(B) | 234.35º | 0.77% | 0.98% | - |
| XYZ | 21.43 | 12.91 | 90.98 | - |
| YUV | 90.34 | 217.54 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 249 | 0.77 | 0.69 | 0 | 0.02 | 234.35 | 0.94 | 0.6 |
| Hex | 3A | 4C | F9 | 4D | 45 | 0 | 2 | EA | 5E | 3C |
| Octal | 72 | 114 | 371 | 115 | 105 | 0 | 2 | 352 | 136 | 74 |
| Binary | 111010 | 1001100 | 11111001 | 1001101 | 1000101 | 0 | 10 | 11101010 | 1011110 | 111100 |
Color Harmonies of #3A4CF9
Complementary color
Monochromatic Colors of #3A4CF9
Black with #3A4CF9
Text Example
Text Example
White with #3A4CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4CF9; }
p { color: rgb(58,76,249); }
H1.HeaderClassName
{
color: #3A4CF9;
}
.AnyTagClassName
{
color: #3A4CF9;
}
</style>
background-color css
<style>
a { background-color: #3A4CF9; }
a { background-color: rgb(58,76,249); }
div.DivClassName
{
background-color: #3A4CF9;
}
.BgClassName
{
background-color: #3A4CF9;
}
</style>
border-color css
<style>
span { border-color: #3A4CF9; }
span { border-color: rgb(58,76,249); }
td.TdClassName
{
border-color: #3A4CF9;
}
.TagClassName
{
border-color: #3A4CF9;
}
</style>