Shades of Neon Blue #394EFC
Tints of Neon Blue #394EFC
RGB
CMYK
RGB Variations
Color information
#394EFC (or 0x394EFC) is known color: Neon Blue. HEX triplet: 39, 4E and FC. RGB value is (57,78,252). Sum of RGB (Red+Green+Blue) = 57+78+252=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #394EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394EFC is #C6B103. Grayscale: #5A5A5A. Windows color (decimal): -13021444 or 16535097. OLE color: 16535097.
HSL color Cylindrical-coordinate representation of color #394EFC: hue angle of 233.54º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #394EFC is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 78 | 252 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.01 |
| HSL | 233.54º | 0.97% | 0.61% | - |
| HSV(B) | 233.54º | 0.77% | 0.99% | - |
| XYZ | 21.98 | 13.35 | 93.51 | - |
| YUV | 91.56 | 218.54 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 252 | 0.77 | 0.69 | 0 | 0.01 | 233.54 | 0.97 | 0.61 |
| Hex | 39 | 4E | FC | 4D | 45 | 0 | 1 | EA | 61 | 3D |
| Octal | 71 | 116 | 374 | 115 | 105 | 0 | 1 | 352 | 141 | 75 |
| Binary | 111001 | 1001110 | 11111100 | 1001101 | 1000101 | 0 | 1 | 11101010 | 1100001 | 111101 |
Color Harmonies of #394EFC
Complementary color
Monochromatic Colors of #394EFC
Black with #394EFC
Text Example
Text Example
White with #394EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394EFC; }
p { color: rgb(57,78,252); }
H1.HeaderClassName
{
color: #394EFC;
}
.AnyTagClassName
{
color: #394EFC;
}
</style>
background-color css
<style>
a { background-color: #394EFC; }
a { background-color: rgb(57,78,252); }
div.DivClassName
{
background-color: #394EFC;
}
.BgClassName
{
background-color: #394EFC;
}
</style>
border-color css
<style>
span { border-color: #394EFC; }
span { border-color: rgb(57,78,252); }
td.TdClassName
{
border-color: #394EFC;
}
.TagClassName
{
border-color: #394EFC;
}
</style>