#394DEA

Color #394DEA Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #394DEA

Tints of Neon Blue #394DEA

Color information

#394DEA (or 0x394DEA) is unknown color: approx Neon Blue. HEX triplet: 39, 4D and EA. RGB value is (57,77,234). Sum of RGB (Red+Green+Blue) = 57+77+234=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #394DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394DEA is #C6B215. Grayscale: #585858. Windows color (decimal): -13021718 or 15355193. OLE color: 15355193.

HSL color Cylindrical-coordinate representation of color #394DEA: hue angle of 233.22º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #394DEA is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5777234-
CMYK0.760.6700.08
HSL233.22º80.82%57.06%-
HSV(B)233.22º75.64%91.76%-
XYZ19.1912.1279.17-
YUV88.92209.87105.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 15.49%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 234 (91.80% from 255) = 63.59%
R=15.49%
G=20.92%
B=63.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal57772340.760.6700.08233.2280.8257.06
Hex394DEA4C4308e95139
Octal7111535211410301035112171
Binary1110011001101111010101001100100001101000111010011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394DEA; }

 p { color: rgb(57,77,234); }

 H1.HeaderClassName
 {
   color: #394DEA;
 }
 .AnyTagClassName
 {
   color: #394DEA;
 }
</style>
background-color css

<style>
 a { background-color: #394DEA; }

 a { background-color: rgb(57,77,234); }

 div.DivClassName
 {
   background-color: #394DEA;
 }
 .BgClassName
 {
   background-color: #394DEA;
 }
</style>
border-color css

<style>
 span { border-color: #394DEA; }

 span { border-color: rgb(57,77,234); }

 td.TdClassName
 {
   border-color: #394DEA;
 }
 .TagClassName
 {
   border-color: #394DEA;
 }
</style>