#394BEC

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

Shades of Neon Blue #394BEC

Tints of Neon Blue #394BEC

Color information

#394BEC (or 0x394BEC) is unknown color: approx Neon Blue. HEX triplet: 39, 4B and EC. RGB value is (57,75,236). Sum of RGB (Red+Green+Blue) = 57+75+236=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #394BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394BEC is #C6B413. Grayscale: #575757. Windows color (decimal): -13022228 or 15485753. OLE color: 15485753.

HSL color Cylindrical-coordinate representation of color #394BEC: hue angle of 233.97º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #394BEC is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5775236-
CMYK0.760.6800.07
HSL233.97º82.49%57.45%-
HSV(B)233.97º75.85%92.55%-
XYZ19.3411.9680.65-
YUV87.97211.54105.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.49%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 236 (92.58% from 255) = 64.13%
R=15.49%
G=20.38%
B=64.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal57752360.760.6800.07233.9782.4957.45
Hex394BEC4C4407ea5239
Octal711133541141040735212271
Binary111001100101111101100100110010001000111111010101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,75,236); }

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

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

 a { background-color: rgb(57,75,236); }

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

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

 span { border-color: rgb(57,75,236); }

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