Html Css Color HEX #4036EE Neon Blue

📋 copy color: '#4036EE'

red 64 ◦ green 54 ◦ blue 238

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

Shades of Neon Blue #4036EE

Tints of Neon Blue #4036EE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.17%

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

R = 17.98%
G = 15.17%
B = 66.85%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4036EE (or 0x4036EE) is known color: Neon Blue. HEX triplet: 40, 36 and EE. RGB value is (64,54,238). Sum of RGB (Red+Green+Blue) = 64+54+238=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #4036EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4036EE is #BFC911. Grayscale: #4D4D4D. Windows color (decimal): -12568850 or 15611456. OLE color: 15611456.

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

Color convert

RGB 64 54 238 -
CMYK 0.73 0.77 0 0.07
HSL 243.26º 0.84% 0.57% -
HSV(B) 243.26º 0.77% 0.93% -
XYZ 18.87 9.9 81.81 -
YUV 77.97 218.31 118.04 -
System Red Green Blue C M Y K H S L
Decimal 64 54 238 0.73 0.77 0 0.07 243.26 0.84 0.57
Hex 40 36 EE 49 4D 0 7 F3 54 39
Octal 100 66 356 111 115 0 7 363 124 71
Binary 1000000 110110 11101110 1001001 1001101 0 111 11110011 1010100 111001

Color Harmonies of #4036EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4036EE

Black with #4036EE

Text Example


Text Example

White with #4036EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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