Shades of Neon Blue #3A34DF
Tints of Neon Blue #3A34DF
RGB
CMYK
RGB Variations
Color information
#3A34DF (or 0x3A34DF) is known color: Neon Blue. HEX triplet: 3A, 34 and DF. RGB value is (58,52,223). Sum of RGB (Red+Green+Blue) = 58+52+223=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A34DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A34DF is #C5CB20. Grayscale: #484848. Windows color (decimal): -12962593 or 14627898. OLE color: 14627898.
HSL color Cylindrical-coordinate representation of color #3A34DF: hue angle of 242.11º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A34DF is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 52 | 223 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.13 |
| HSL | 242.11º | 0.73% | 0.54% | - |
| HSV(B) | 242.11º | 0.77% | 0.87% | - |
| XYZ | 16.29 | 8.68 | 70.63 | - |
| YUV | 73.29 | 212.49 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 223 | 0.74 | 0.77 | 0 | 0.13 | 242.11 | 0.73 | 0.54 |
| Hex | 3A | 34 | DF | 4A | 4D | 0 | D | F2 | 49 | 36 |
| Octal | 72 | 64 | 337 | 112 | 115 | 0 | 15 | 362 | 111 | 66 |
| Binary | 111010 | 110100 | 11011111 | 1001010 | 1001101 | 0 | 1101 | 11110010 | 1001001 | 110110 |
Color Harmonies of #3A34DF
Complementary color
Monochromatic Colors of #3A34DF
Black with #3A34DF
Text Example
Text Example
White with #3A34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A34DF; }
p { color: rgb(58,52,223); }
H1.HeaderClassName
{
color: #3A34DF;
}
.AnyTagClassName
{
color: #3A34DF;
}
</style>
background-color css
<style>
a { background-color: #3A34DF; }
a { background-color: rgb(58,52,223); }
div.DivClassName
{
background-color: #3A34DF;
}
.BgClassName
{
background-color: #3A34DF;
}
</style>
border-color css
<style>
span { border-color: #3A34DF; }
span { border-color: rgb(58,52,223); }
td.TdClassName
{
border-color: #3A34DF;
}
.TagClassName
{
border-color: #3A34DF;
}
</style>