Html Css Color HEX #4039E4 Neon Blue

📋 copy color: '#4039E4'

red 64 ◦ green 57 ◦ blue 228

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

Shades of Neon Blue #4039E4

Tints of Neon Blue #4039E4

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.33%

 BLUE value IS 228 (89.45% from 255) = 65.33%

R = 18.34%
G = 16.33%
B = 65.33%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4039E4 (or 0x4039E4) is known color: Neon Blue. HEX triplet: 40, 39 and E4. RGB value is (64,57,228). Sum of RGB (Red+Green+Blue) = 64+57+228=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 228 (89.45% from 255 or 65.33% from 349); Max value from RGB is 228 - color contains mainly: blue. Hex color #4039E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4039E4 is #BFC61B. Grayscale: #4D4D4D. Windows color (decimal): -12568092 or 14956864. OLE color: 14956864.

HSL color Cylindrical-coordinate representation of color #4039E4: hue angle of 242.46º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4039E4 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 57 228 -
CMYK 0.72 0.75 0 0.11
HSL 242.46º 0.76% 0.56% -
HSV(B) 242.46º 0.75% 0.89% -
XYZ 17.58 9.62 74.33 -
YUV 78.59 212.32 117.6 -
System Red Green Blue C M Y K H S L
Decimal 64 57 228 0.72 0.75 0 0.11 242.46 0.76 0.56
Hex 40 39 E4 48 4B 0 B F2 4C 38
Octal 100 71 344 110 113 0 13 362 114 70
Binary 1000000 111001 11100100 1001000 1001011 0 1011 11110010 1001100 111000

Color Harmonies of #4039E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4039E4

Black with #4039E4

Text Example


Text Example

White with #4039E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4039E4; }

 p { color: rgb(64,57,228); }

 H1.HeaderClassName
 {
   color: #4039E4;
 }
 .AnyTagClassName
 {
   color: #4039E4;
 }
</style>

background-color css

<style>
 a { background-color: #4039E4; }

 a { background-color: rgb(64,57,228); }

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

border-color css

<style>
 span { border-color: #4039E4; }

 span { border-color: rgb(64,57,228); }

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