Shades of Neon Blue #3A31DF
Tints of Neon Blue #3A31DF
RGB
CMYK
RGB Variations
Color information
#3A31DF (or 0x3A31DF) is known color: Neon Blue. HEX triplet: 3A, 31 and DF. RGB value is (58,49,223). Sum of RGB (Red+Green+Blue) = 58+49+223=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A31DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A31DF is #C5CE20. Grayscale: #464646. Windows color (decimal): -12963361 or 14627130. OLE color: 14627130.
HSL color Cylindrical-coordinate representation of color #3A31DF: hue angle of 243.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A31DF is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 49 | 223 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.13 |
| HSL | 243.1º | 0.73% | 0.53% | - |
| HSV(B) | 243.1º | 0.78% | 0.87% | - |
| XYZ | 16.16 | 8.42 | 70.59 | - |
| YUV | 71.53 | 213.48 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 223 | 0.74 | 0.78 | 0 | 0.13 | 243.1 | 0.73 | 0.53 |
| Hex | 3A | 31 | DF | 4A | 4E | 0 | D | F3 | 49 | 35 |
| Octal | 72 | 61 | 337 | 112 | 116 | 0 | 15 | 363 | 111 | 65 |
| Binary | 111010 | 110001 | 11011111 | 1001010 | 1001110 | 0 | 1101 | 11110011 | 1001001 | 110101 |
Color Harmonies of #3A31DF
Complementary color
Monochromatic Colors of #3A31DF
Black with #3A31DF
Text Example
Text Example
White with #3A31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A31DF; }
p { color: rgb(58,49,223); }
H1.HeaderClassName
{
color: #3A31DF;
}
.AnyTagClassName
{
color: #3A31DF;
}
</style>
background-color css
<style>
a { background-color: #3A31DF; }
a { background-color: rgb(58,49,223); }
div.DivClassName
{
background-color: #3A31DF;
}
.BgClassName
{
background-color: #3A31DF;
}
</style>
border-color css
<style>
span { border-color: #3A31DF; }
span { border-color: rgb(58,49,223); }
td.TdClassName
{
border-color: #3A31DF;
}
.TagClassName
{
border-color: #3A31DF;
}
</style>