Html Css Color HEX #4034EE Neon Blue

📋 copy color: '#4034EE'

red 64 ◦ green 52 ◦ blue 238

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

Shades of Neon Blue #4034EE

Tints of Neon Blue #4034EE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

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

R = 18.08%
G = 14.69%
B = 67.23%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4034EE (or 0x4034EE) is known color: Neon Blue. HEX triplet: 40, 34 and EE. RGB value is (64,52,238). Sum of RGB (Red+Green+Blue) = 64+52+238=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #4034EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4034EE is #BFCB11. Grayscale: #4C4C4C. Windows color (decimal): -12569362 or 15610944. OLE color: 15610944.

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

Color convert

RGB 64 52 238 -
CMYK 0.73 0.78 0 0.07
HSL 243.87º 0.85% 0.57% -
HSV(B) 243.87º 0.78% 0.93% -
XYZ 18.77 9.72 81.78 -
YUV 76.79 218.98 118.88 -
System Red Green Blue C M Y K H S L
Decimal 64 52 238 0.73 0.78 0 0.07 243.87 0.85 0.57
Hex 40 34 EE 49 4E 0 7 F4 55 39
Octal 100 64 356 111 116 0 7 364 125 71
Binary 1000000 110100 11101110 1001001 1001110 0 111 11110100 1010101 111001

Color Harmonies of #4034EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4034EE

Black with #4034EE

Text Example


Text Example

White with #4034EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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