Shades of Neon Blue #3934E6
Tints of Neon Blue #3934E6
RGB
CMYK
RGB Variations
Color information
#3934E6 (or 0x3934E6) is known color: Neon Blue. HEX triplet: 39, 34 and E6. RGB value is (57,52,230). Sum of RGB (Red+Green+Blue) = 57+52+230=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 230 (90.23% from 255 or 67.85% from 339); Max value from RGB is 230 - color contains mainly: blue. Hex color #3934E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3934E6 is #C6CB19. Grayscale: #494949. Windows color (decimal): -13028122 or 15086649. OLE color: 15086649.
HSL color Cylindrical-coordinate representation of color #3934E6: hue angle of 241.69º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3934E6 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 52 | 230 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.10 |
| HSL | 241.69º | 0.78% | 0.55% | - |
| HSV(B) | 241.69º | 0.77% | 0.9% | - |
| XYZ | 17.2 | 9.04 | 75.7 | - |
| YUV | 73.79 | 216.16 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 230 | 0.75 | 0.77 | 0 | 0.10 | 241.69 | 0.78 | 0.55 |
| Hex | 39 | 34 | E6 | 4B | 4D | 0 | A | F2 | 4E | 37 |
| Octal | 71 | 64 | 346 | 113 | 115 | 0 | 12 | 362 | 116 | 67 |
| Binary | 111001 | 110100 | 11100110 | 1001011 | 1001101 | 0 | 1010 | 11110010 | 1001110 | 110111 |
Color Harmonies of #3934E6
Complementary color
Monochromatic Colors of #3934E6
Black with #3934E6
Text Example
Text Example
White with #3934E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3934E6; }
p { color: rgb(57,52,230); }
H1.HeaderClassName
{
color: #3934E6;
}
.AnyTagClassName
{
color: #3934E6;
}
</style>
background-color css
<style>
a { background-color: #3934E6; }
a { background-color: rgb(57,52,230); }
div.DivClassName
{
background-color: #3934E6;
}
.BgClassName
{
background-color: #3934E6;
}
</style>
border-color css
<style>
span { border-color: #3934E6; }
span { border-color: rgb(57,52,230); }
td.TdClassName
{
border-color: #3934E6;
}
.TagClassName
{
border-color: #3934E6;
}
</style>