Html Css Color HEX #4037EA Neon Blue

📋 copy color: '#4037EA'

red 64 ◦ green 55 ◦ blue 234

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

Shades of Neon Blue #4037EA

Tints of Neon Blue #4037EA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.58%

 BLUE value IS 234 (91.8% from 255) = 66.29%

R = 18.13%
G = 15.58%
B = 66.29%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4037EA (or 0x4037EA) is known color: Neon Blue. HEX triplet: 40, 37 and EA. RGB value is (64,55,234). Sum of RGB (Red+Green+Blue) = 64+55+234=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #4037EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4037EA is #BFC815. Grayscale: #4D4D4D. Windows color (decimal): -12568598 or 15349568. OLE color: 15349568.

HSL color Cylindrical-coordinate representation of color #4037EA: hue angle of 243.02º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4037EA is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 55 234 -
CMYK 0.73 0.76 0 0.08
HSL 243.02º 0.81% 0.57% -
HSV(B) 243.02º 0.76% 0.92% -
XYZ 18.33 9.76 78.76 -
YUV 78.1 215.98 117.95 -
System Red Green Blue C M Y K H S L
Decimal 64 55 234 0.73 0.76 0 0.08 243.02 0.81 0.57
Hex 40 37 EA 49 4C 0 8 F3 51 39
Octal 100 67 352 111 114 0 10 363 121 71
Binary 1000000 110111 11101010 1001001 1001100 0 1000 11110011 1010001 111001

Color Harmonies of #4037EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4037EA

Black with #4037EA

Text Example


Text Example

White with #4037EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4037EA; }

 p { color: rgb(64,55,234); }

 H1.HeaderClassName
 {
   color: #4037EA;
 }
 .AnyTagClassName
 {
   color: #4037EA;
 }
</style>

background-color css

<style>
 a { background-color: #4037EA; }

 a { background-color: rgb(64,55,234); }

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

border-color css

<style>
 span { border-color: #4037EA; }

 span { border-color: rgb(64,55,234); }

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