Html Css Color HEX #394EF6 Neon Blue

📋 copy color: '#394EF6'

red 57 ◦ green 78 ◦ blue 246

#394EF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #394EF6

Tints of Neon Blue #394EF6

RGB

 RED value IS 57 (22.66% from 255) = 14.96%

 GREEN value IS 78 (30.86% from 255) = 20.47%

 BLUE value IS 246 (96.48% from 255) = 64.57%

R = 14.96%
G = 20.47%
B = 64.57%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#394EF6 (or 0x394EF6) is known color: Neon Blue. HEX triplet: 39, 4E and F6. RGB value is (57,78,246). Sum of RGB (Red+Green+Blue) = 57+78+246=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 246 (96.48% from 255 or 64.57% from 381); Max value from RGB is 246 - color contains mainly: blue. Hex color #394EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394EF6 is #C6B109. Grayscale: #5A5A5A. Windows color (decimal): -13021450 or 16141881. OLE color: 16141881.

HSL color Cylindrical-coordinate representation of color #394EF6: hue angle of 233.33º degrees, saturation: 0.91, 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 #394EF6 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 57 78 246 -
CMYK 0.77 0.68 0 0.04
HSL 233.33º 0.91% 0.59% -
HSV(B) 233.33º 0.77% 0.96% -
XYZ 21.05 12.97 88.58 -
YUV 90.87 215.54 103.84 -
System Red Green Blue C M Y K H S L
Decimal 57 78 246 0.77 0.68 0 0.04 233.33 0.91 0.59
Hex 39 4E F6 4D 44 0 4 E9 5B 3B
Octal 71 116 366 115 104 0 4 351 133 73
Binary 111001 1001110 11110110 1001101 1000100 0 100 11101001 1011011 111011

Color Harmonies of #394EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394EF6

Black with #394EF6

Text Example


Text Example

White with #394EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,78,246); }

 H1.HeaderClassName
 {
   color: #394EF6;
 }
 .AnyTagClassName
 {
   color: #394EF6;
 }
</style>

background-color css

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

 a { background-color: rgb(57,78,246); }

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

border-color css

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

 span { border-color: rgb(57,78,246); }

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