Shades of Neon Blue #3A31F9
Tints of Neon Blue #3A31F9
RGB
CMYK
RGB Variations
Color information
#3A31F9 (or 0x3A31F9) is known color: Neon Blue. HEX triplet: 3A, 31 and F9. RGB value is (58,49,249). Sum of RGB (Red+Green+Blue) = 58+49+249=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 249 (97.66% from 255 or 69.94% from 356); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A31F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A31F9 is #C5CE06. Grayscale: #494949. Windows color (decimal): -12963335 or 16331066. OLE color: 16331066.
HSL color Cylindrical-coordinate representation of color #3A31F9: hue angle of 242.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A31F9 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 49 | 249 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.02 |
| HSL | 242.7º | 0.94% | 0.58% | - |
| HSV(B) | 242.7º | 0.8% | 0.98% | - |
| XYZ | 19.94 | 9.94 | 90.49 | - |
| YUV | 74.49 | 226.48 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 249 | 0.77 | 0.80 | 0 | 0.02 | 242.7 | 0.94 | 0.58 |
| Hex | 3A | 31 | F9 | 4D | 50 | 0 | 2 | F3 | 5E | 3A |
| Octal | 72 | 61 | 371 | 115 | 120 | 0 | 2 | 363 | 136 | 72 |
| Binary | 111010 | 110001 | 11111001 | 1001101 | 1010000 | 0 | 10 | 11110011 | 1011110 | 111010 |
Color Harmonies of #3A31F9
Complementary color
Monochromatic Colors of #3A31F9
Black with #3A31F9
Text Example
Text Example
White with #3A31F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A31F9; }
p { color: rgb(58,49,249); }
H1.HeaderClassName
{
color: #3A31F9;
}
.AnyTagClassName
{
color: #3A31F9;
}
</style>
background-color css
<style>
a { background-color: #3A31F9; }
a { background-color: rgb(58,49,249); }
div.DivClassName
{
background-color: #3A31F9;
}
.BgClassName
{
background-color: #3A31F9;
}
</style>
border-color css
<style>
span { border-color: #3A31F9; }
span { border-color: rgb(58,49,249); }
td.TdClassName
{
border-color: #3A31F9;
}
.TagClassName
{
border-color: #3A31F9;
}
</style>