Shades of Neon Blue #3A34F9
Tints of Neon Blue #3A34F9
RGB
CMYK
RGB Variations
Color information
#3A34F9 (or 0x3A34F9) is known color: Neon Blue. HEX triplet: 3A, 34 and F9. RGB value is (58,52,249). Sum of RGB (Red+Green+Blue) = 58+52+249=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 249 (97.66% from 255 or 69.36% from 359); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A34F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A34F9 is #C5CB06. Grayscale: #4B4B4B. Windows color (decimal): -12962567 or 16331834. OLE color: 16331834.
HSL color Cylindrical-coordinate representation of color #3A34F9: hue angle of 241.83º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A34F9 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 52 | 249 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.02 |
| HSL | 241.83º | 0.94% | 0.59% | - |
| HSV(B) | 241.83º | 0.79% | 0.98% | - |
| XYZ | 20.07 | 10.2 | 90.53 | - |
| YUV | 76.25 | 225.49 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 249 | 0.77 | 0.79 | 0 | 0.02 | 241.83 | 0.94 | 0.59 |
| Hex | 3A | 34 | F9 | 4D | 4F | 0 | 2 | F2 | 5E | 3B |
| Octal | 72 | 64 | 371 | 115 | 117 | 0 | 2 | 362 | 136 | 73 |
| Binary | 111010 | 110100 | 11111001 | 1001101 | 1001111 | 0 | 10 | 11110010 | 1011110 | 111011 |
Color Harmonies of #3A34F9
Complementary color
Monochromatic Colors of #3A34F9
Black with #3A34F9
Text Example
Text Example
White with #3A34F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A34F9; }
p { color: rgb(58,52,249); }
H1.HeaderClassName
{
color: #3A34F9;
}
.AnyTagClassName
{
color: #3A34F9;
}
</style>
background-color css
<style>
a { background-color: #3A34F9; }
a { background-color: rgb(58,52,249); }
div.DivClassName
{
background-color: #3A34F9;
}
.BgClassName
{
background-color: #3A34F9;
}
</style>
border-color css
<style>
span { border-color: #3A34F9; }
span { border-color: rgb(58,52,249); }
td.TdClassName
{
border-color: #3A34F9;
}
.TagClassName
{
border-color: #3A34F9;
}
</style>