Shades of Neon Blue #3A32F9
Tints of Neon Blue #3A32F9
RGB
CMYK
RGB Variations
Color information
#3A32F9 (or 0x3A32F9) is known color: Neon Blue. HEX triplet: 3A, 32 and F9. RGB value is (58,50,249). Sum of RGB (Red+Green+Blue) = 58+50+249=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 249 (97.66% from 255 or 69.75% from 357); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A32F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A32F9 is #C5CD06. Grayscale: #4A4A4A. Windows color (decimal): -12963079 or 16331322. OLE color: 16331322.
HSL color Cylindrical-coordinate representation of color #3A32F9: hue angle of 242.41º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A32F9 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 50 | 249 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.02 |
| HSL | 242.41º | 0.94% | 0.59% | - |
| HSV(B) | 242.41º | 0.8% | 0.98% | - |
| XYZ | 19.98 | 10.02 | 90.5 | - |
| YUV | 75.08 | 226.15 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 249 | 0.77 | 0.80 | 0 | 0.02 | 242.41 | 0.94 | 0.59 |
| Hex | 3A | 32 | F9 | 4D | 50 | 0 | 2 | F2 | 5E | 3B |
| Octal | 72 | 62 | 371 | 115 | 120 | 0 | 2 | 362 | 136 | 73 |
| Binary | 111010 | 110010 | 11111001 | 1001101 | 1010000 | 0 | 10 | 11110010 | 1011110 | 111011 |
Color Harmonies of #3A32F9
Complementary color
Monochromatic Colors of #3A32F9
Black with #3A32F9
Text Example
Text Example
White with #3A32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A32F9; }
p { color: rgb(58,50,249); }
H1.HeaderClassName
{
color: #3A32F9;
}
.AnyTagClassName
{
color: #3A32F9;
}
</style>
background-color css
<style>
a { background-color: #3A32F9; }
a { background-color: rgb(58,50,249); }
div.DivClassName
{
background-color: #3A32F9;
}
.BgClassName
{
background-color: #3A32F9;
}
</style>
border-color css
<style>
span { border-color: #3A32F9; }
span { border-color: rgb(58,50,249); }
td.TdClassName
{
border-color: #3A32F9;
}
.TagClassName
{
border-color: #3A32F9;
}
</style>