Shades of Neon Blue #394EF5
Tints of Neon Blue #394EF5
RGB
CMYK
RGB Variations
Color information
#394EF5 (or 0x394EF5) is known color: Neon Blue. HEX triplet: 39, 4E and F5. RGB value is (57,78,245). Sum of RGB (Red+Green+Blue) = 57+78+245=380 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 245 (96.09% from 255 or 64.47% from 380); Max value from RGB is 245 - color contains mainly: blue. Hex color #394EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394EF5 is #C6B10A. Grayscale: #5A5A5A. Windows color (decimal): -13021451 or 16076345. OLE color: 16076345.
HSL color Cylindrical-coordinate representation of color #394EF5: hue angle of 233.3º degrees, saturation: 0.9, 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 #394EF5 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 57 | 78 | 245 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.04 |
| HSL | 233.3º | 0.9% | 0.59% | - |
| HSV(B) | 233.3º | 0.77% | 0.96% | - |
| XYZ | 20.89 | 12.91 | 87.78 | - |
| YUV | 90.76 | 215.04 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 245 | 0.77 | 0.68 | 0 | 0.04 | 233.3 | 0.9 | 0.59 |
| Hex | 39 | 4E | F5 | 4D | 44 | 0 | 4 | E9 | 5A | 3B |
| Octal | 71 | 116 | 365 | 115 | 104 | 0 | 4 | 351 | 132 | 73 |
| Binary | 111001 | 1001110 | 11110101 | 1001101 | 1000100 | 0 | 100 | 11101001 | 1011010 | 111011 |
Color Harmonies of #394EF5
Complementary color
Monochromatic Colors of #394EF5
Black with #394EF5
Text Example
Text Example
White with #394EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394EF5; }
p { color: rgb(57,78,245); }
H1.HeaderClassName
{
color: #394EF5;
}
.AnyTagClassName
{
color: #394EF5;
}
</style>
background-color css
<style>
a { background-color: #394EF5; }
a { background-color: rgb(57,78,245); }
div.DivClassName
{
background-color: #394EF5;
}
.BgClassName
{
background-color: #394EF5;
}
</style>
border-color css
<style>
span { border-color: #394EF5; }
span { border-color: rgb(57,78,245); }
td.TdClassName
{
border-color: #394EF5;
}
.TagClassName
{
border-color: #394EF5;
}
</style>