Shades of Neon Blue #394EF4
Tints of Neon Blue #394EF4
RGB
CMYK
RGB Variations
Color information
#394EF4 (or 0x394EF4) is known color: Neon Blue. HEX triplet: 39, 4E and F4. RGB value is (57,78,244). Sum of RGB (Red+Green+Blue) = 57+78+244=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 244 (95.70% from 255 or 64.38% from 379); Max value from RGB is 244 - color contains mainly: blue. Hex color #394EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394EF4 is #C6B10B. Grayscale: #595959. Windows color (decimal): -13021452 or 16010809. OLE color: 16010809.
HSL color Cylindrical-coordinate representation of color #394EF4: hue angle of 233.26º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #394EF4 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 57 | 78 | 244 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.04 |
| HSL | 233.26º | 0.89% | 0.59% | - |
| HSV(B) | 233.26º | 0.77% | 0.96% | - |
| XYZ | 20.74 | 12.85 | 86.98 | - |
| YUV | 90.65 | 214.54 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 244 | 0.77 | 0.68 | 0 | 0.04 | 233.26 | 0.89 | 0.59 |
| Hex | 39 | 4E | F4 | 4D | 44 | 0 | 4 | E9 | 59 | 3B |
| Octal | 71 | 116 | 364 | 115 | 104 | 0 | 4 | 351 | 131 | 73 |
| Binary | 111001 | 1001110 | 11110100 | 1001101 | 1000100 | 0 | 100 | 11101001 | 1011001 | 111011 |
Color Harmonies of #394EF4
Complementary color
Monochromatic Colors of #394EF4
Black with #394EF4
Text Example
Text Example
White with #394EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394EF4; }
p { color: rgb(57,78,244); }
H1.HeaderClassName
{
color: #394EF4;
}
.AnyTagClassName
{
color: #394EF4;
}
</style>
background-color css
<style>
a { background-color: #394EF4; }
a { background-color: rgb(57,78,244); }
div.DivClassName
{
background-color: #394EF4;
}
.BgClassName
{
background-color: #394EF4;
}
</style>
border-color css
<style>
span { border-color: #394EF4; }
span { border-color: rgb(57,78,244); }
td.TdClassName
{
border-color: #394EF4;
}
.TagClassName
{
border-color: #394EF4;
}
</style>