Shades of Neon Blue #393FE6
Tints of Neon Blue #393FE6
RGB
CMYK
RGB Variations
Color information
#393FE6 (or 0x393FE6) is known color: Neon Blue. HEX triplet: 39, 3F and E6. RGB value is (57,63,230). Sum of RGB (Red+Green+Blue) = 57+63+230=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 230 (90.23% from 255 or 65.71% from 350); Max value from RGB is 230 - color contains mainly: blue. Hex color #393FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393FE6 is #C6C019. Grayscale: #4F4F4F. Windows color (decimal): -13025306 or 15089465. OLE color: 15089465.
HSL color Cylindrical-coordinate representation of color #393FE6: hue angle of 237.92º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #393FE6 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 63 | 230 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.10 |
| HSL | 237.92º | 0.78% | 0.56% | - |
| HSV(B) | 237.92º | 0.75% | 0.9% | - |
| XYZ | 17.75 | 10.14 | 75.88 | - |
| YUV | 80.24 | 212.51 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 230 | 0.75 | 0.73 | 0 | 0.10 | 237.92 | 0.78 | 0.56 |
| Hex | 39 | 3F | E6 | 4B | 49 | 0 | A | EE | 4E | 38 |
| Octal | 71 | 77 | 346 | 113 | 111 | 0 | 12 | 356 | 116 | 70 |
| Binary | 111001 | 111111 | 11100110 | 1001011 | 1001001 | 0 | 1010 | 11101110 | 1001110 | 111000 |
Color Harmonies of #393FE6
Complementary color
Monochromatic Colors of #393FE6
Black with #393FE6
Text Example
Text Example
White with #393FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FE6; }
p { color: rgb(57,63,230); }
H1.HeaderClassName
{
color: #393FE6;
}
.AnyTagClassName
{
color: #393FE6;
}
</style>
background-color css
<style>
a { background-color: #393FE6; }
a { background-color: rgb(57,63,230); }
div.DivClassName
{
background-color: #393FE6;
}
.BgClassName
{
background-color: #393FE6;
}
</style>
border-color css
<style>
span { border-color: #393FE6; }
span { border-color: rgb(57,63,230); }
td.TdClassName
{
border-color: #393FE6;
}
.TagClassName
{
border-color: #393FE6;
}
</style>