#394CF7

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

Shades of Neon Blue #394CF7

Tints of Neon Blue #394CF7

Color information

#394CF7 (or 0x394CF7) is unknown color: approx Neon Blue. HEX triplet: 39, 4C and F7. RGB value is (57,76,247). Sum of RGB (Red+Green+Blue) = 57+76+247=380 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 247 (96.88% from 255 or 65% from 380); Max value from RGB is 247 - color contains mainly: blue. Hex color #394CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394CF7 is #C6B308. Grayscale: #595959. Windows color (decimal): -13021961 or 16206905. OLE color: 16206905.

HSL color Cylindrical-coordinate representation of color #394CF7: hue angle of 234º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #394CF7 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5776247-
CMYK0.770.6900.03
HSL234º92.23%59.61%-
HSV(B)234º76.92%96.86%-
XYZ21.0612.7589.35-
YUV89.81216.71104.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 247 (96.88% from 255) = 65%
R=15%
G=20%
B=65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal57762470.770.6900.0323492.2359.61
Hex394CF74D4503ea5c3c
Octal711143671151050335213474
Binary11100110011001111011110011011000101011111010101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,76,247); }

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

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

 a { background-color: rgb(57,76,247); }

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

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

 span { border-color: rgb(57,76,247); }

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