Html Css Color HEX #394FEE Neon Blue

📋 copy color: '#394FEE'

red 57 ◦ green 79 ◦ blue 238

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

Shades of Neon Blue #394FEE

Tints of Neon Blue #394FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.12%

 BLUE value IS 238 (93.36% from 255) = 63.64%

R = 15.24%
G = 21.12%
B = 63.64%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#394FEE (or 0x394FEE) is known color: Neon Blue. HEX triplet: 39, 4F and EE. RGB value is (57,79,238). Sum of RGB (Red+Green+Blue) = 57+79+238=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #394FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394FEE is #C6B011. Grayscale: #595959. Windows color (decimal): -13021202 or 15617849. OLE color: 15617849.

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

Color convert

RGB 57 79 238 -
CMYK 0.76 0.67 0 0.07
HSL 232.71º 0.84% 0.58% -
HSV(B) 232.71º 0.76% 0.93% -
XYZ 19.92 12.63 82.28 -
YUV 90.55 211.21 104.07 -
System Red Green Blue C M Y K H S L
Decimal 57 79 238 0.76 0.67 0 0.07 232.71 0.84 0.58
Hex 39 4F EE 4C 43 0 7 E9 54 3A
Octal 71 117 356 114 103 0 7 351 124 72
Binary 111001 1001111 11101110 1001100 1000011 0 111 11101001 1010100 111010

Color Harmonies of #394FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394FEE

Black with #394FEE

Text Example


Text Example

White with #394FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,79,238); }

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

background-color css

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

 a { background-color: rgb(57,79,238); }

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

border-color css

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

 span { border-color: rgb(57,79,238); }

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