Shades of Neon Blue #393AEF
Tints of Neon Blue #393AEF
RGB
CMYK
RGB Variations
Color information
#393AEF (or 0x393AEF) is known color: Neon Blue. HEX triplet: 39, 3A and EF. RGB value is (57,58,239). Sum of RGB (Red+Green+Blue) = 57+58+239=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #393AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393AEF is #C6C510. Grayscale: #4D4D4D. Windows color (decimal): -13026577 or 15678009. OLE color: 15678009.
HSL color Cylindrical-coordinate representation of color #393AEF: hue angle of 239.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #393AEF is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 58 | 239 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.06 |
| HSL | 239.67º | 0.85% | 0.58% | - |
| HSV(B) | 239.67º | 0.76% | 0.94% | - |
| XYZ | 18.78 | 10.13 | 82.63 | - |
| YUV | 78.34 | 218.67 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 239 | 0.76 | 0.76 | 0 | 0.06 | 239.67 | 0.85 | 0.58 |
| Hex | 39 | 3A | EF | 4C | 4C | 0 | 6 | F0 | 55 | 3A |
| Octal | 71 | 72 | 357 | 114 | 114 | 0 | 6 | 360 | 125 | 72 |
| Binary | 111001 | 111010 | 11101111 | 1001100 | 1001100 | 0 | 110 | 11110000 | 1010101 | 111010 |
Color Harmonies of #393AEF
Complementary color
Monochromatic Colors of #393AEF
Black with #393AEF
Text Example
Text Example
White with #393AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393AEF; }
p { color: rgb(57,58,239); }
H1.HeaderClassName
{
color: #393AEF;
}
.AnyTagClassName
{
color: #393AEF;
}
</style>
background-color css
<style>
a { background-color: #393AEF; }
a { background-color: rgb(57,58,239); }
div.DivClassName
{
background-color: #393AEF;
}
.BgClassName
{
background-color: #393AEF;
}
</style>
border-color css
<style>
span { border-color: #393AEF; }
span { border-color: rgb(57,58,239); }
td.TdClassName
{
border-color: #393AEF;
}
.TagClassName
{
border-color: #393AEF;
}
</style>