Shades of Neon Blue #394EEF
Tints of Neon Blue #394EEF
RGB
CMYK
RGB Variations
Color information
#394EEF (or 0x394EEF) is known color: Neon Blue. HEX triplet: 39, 4E and EF. RGB value is (57,78,239). Sum of RGB (Red+Green+Blue) = 57+78+239=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #394EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394EEF is #C6B110. Grayscale: #595959. Windows color (decimal): -13021457 or 15683129. OLE color: 15683129.
HSL color Cylindrical-coordinate representation of color #394EEF: hue angle of 233.08º 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 #394EEF is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 78 | 239 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.06 |
| HSL | 233.08º | 0.85% | 0.58% | - |
| HSV(B) | 233.08º | 0.76% | 0.94% | - |
| XYZ | 19.99 | 12.55 | 83.03 | - |
| YUV | 90.08 | 212.04 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 239 | 0.76 | 0.67 | 0 | 0.06 | 233.08 | 0.85 | 0.58 |
| Hex | 39 | 4E | EF | 4C | 43 | 0 | 6 | E9 | 55 | 3A |
| Octal | 71 | 116 | 357 | 114 | 103 | 0 | 6 | 351 | 125 | 72 |
| Binary | 111001 | 1001110 | 11101111 | 1001100 | 1000011 | 0 | 110 | 11101001 | 1010101 | 111010 |
Color Harmonies of #394EEF
Complementary color
Monochromatic Colors of #394EEF
Black with #394EEF
Text Example
Text Example
White with #394EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394EEF; }
p { color: rgb(57,78,239); }
H1.HeaderClassName
{
color: #394EEF;
}
.AnyTagClassName
{
color: #394EEF;
}
</style>
background-color css
<style>
a { background-color: #394EEF; }
a { background-color: rgb(57,78,239); }
div.DivClassName
{
background-color: #394EEF;
}
.BgClassName
{
background-color: #394EEF;
}
</style>
border-color css
<style>
span { border-color: #394EEF; }
span { border-color: rgb(57,78,239); }
td.TdClassName
{
border-color: #394EEF;
}
.TagClassName
{
border-color: #394EEF;
}
</style>