Html Css Color HEX #4049EE Neon Blue

📋 copy color: '#4049EE'

red 64 ◦ green 73 ◦ blue 238

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

Shades of Neon Blue #4049EE

Tints of Neon Blue #4049EE

RGB

 RED value IS 64 (25.39% from 255) = 17.07%

 GREEN value IS 73 (28.91% from 255) = 19.47%

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

R = 17.07%
G = 19.47%
B = 63.47%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4049EE (or 0x4049EE) is known color: Neon Blue. HEX triplet: 40, 49 and EE. RGB value is (64,73,238). Sum of RGB (Red+Green+Blue) = 64+73+238=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #4049EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4049EE is #BFB611. Grayscale: #585858. Windows color (decimal): -12563986 or 15616320. OLE color: 15616320.

HSL color Cylindrical-coordinate representation of color #4049EE: hue angle of 236.9º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4049EE is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 73 238 -
CMYK 0.73 0.69 0 0.07
HSL 236.9º 0.84% 0.59% -
HSV(B) 236.9º 0.73% 0.93% -
XYZ 19.93 12.03 82.16 -
YUV 89.12 212.02 110.08 -
System Red Green Blue C M Y K H S L
Decimal 64 73 238 0.73 0.69 0 0.07 236.9 0.84 0.59
Hex 40 49 EE 49 45 0 7 ED 54 3B
Octal 100 111 356 111 105 0 7 355 124 73
Binary 1000000 1001001 11101110 1001001 1000101 0 111 11101101 1010100 111011

Color Harmonies of #4049EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4049EE

Black with #4049EE

Text Example


Text Example

White with #4049EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4049EE; }

 p { color: rgb(64,73,238); }

 H1.HeaderClassName
 {
   color: #4049EE;
 }
 .AnyTagClassName
 {
   color: #4049EE;
 }
</style>

background-color css

<style>
 a { background-color: #4049EE; }

 a { background-color: rgb(64,73,238); }

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

border-color css

<style>
 span { border-color: #4049EE; }

 span { border-color: rgb(64,73,238); }

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