Html Css Color HEX #394CEE Neon Blue

📋 copy color: '#394CEE'

red 57 ◦ green 76 ◦ blue 238

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

Shades of Neon Blue #394CEE

Tints of Neon Blue #394CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

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

R = 15.36%
G = 20.49%
B = 64.15%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#394CEE (or 0x394CEE) is known color: Neon Blue. HEX triplet: 39, 4C and EE. RGB value is (57,76,238). Sum of RGB (Red+Green+Blue) = 57+76+238=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #394CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394CEE is #C6B311. Grayscale: #585858. Windows color (decimal): -13021970 or 15617081. OLE color: 15617081.

HSL color Cylindrical-coordinate representation of color #394CEE: hue angle of 233.7º 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 #394CEE is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 76 238 -
CMYK 0.76 0.68 0 0.07
HSL 233.7º 0.84% 0.58% -
HSV(B) 233.7º 0.76% 0.93% -
XYZ 19.7 12.21 82.21 -
YUV 88.79 212.21 105.33 -
System Red Green Blue C M Y K H S L
Decimal 57 76 238 0.76 0.68 0 0.07 233.7 0.84 0.58
Hex 39 4C EE 4C 44 0 7 EA 54 3A
Octal 71 114 356 114 104 0 7 352 124 72
Binary 111001 1001100 11101110 1001100 1000100 0 111 11101010 1010100 111010

Color Harmonies of #394CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CEE

Black with #394CEE

Text Example


Text Example

White with #394CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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