Html Css Color HEX #4041EE Neon Blue

📋 copy color: '#4041EE'

red 64 ◦ green 65 ◦ blue 238

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

Shades of Neon Blue #4041EE

Tints of Neon Blue #4041EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.71%

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

R = 17.44%
G = 17.71%
B = 64.85%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4041EE (or 0x4041EE) is known color: Neon Blue. HEX triplet: 40, 41 and EE. RGB value is (64,65,238). Sum of RGB (Red+Green+Blue) = 64+65+238=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #4041EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4041EE is #BFBE11. Grayscale: #535353. Windows color (decimal): -12566034 or 15614272. OLE color: 15614272.

HSL color Cylindrical-coordinate representation of color #4041EE: hue angle of 239.66º 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 #4041EE is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 65 238 -
CMYK 0.73 0.73 0 0.07
HSL 239.66º 0.84% 0.59% -
HSV(B) 239.66º 0.73% 0.93% -
XYZ 19.44 11.04 82 -
YUV 84.42 214.67 113.43 -
System Red Green Blue C M Y K H S L
Decimal 64 65 238 0.73 0.73 0 0.07 239.66 0.84 0.59
Hex 40 41 EE 49 49 0 7 F0 54 3B
Octal 100 101 356 111 111 0 7 360 124 73
Binary 1000000 1000001 11101110 1001001 1001001 0 111 11110000 1010100 111011

Color Harmonies of #4041EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4041EE

Black with #4041EE

Text Example


Text Example

White with #4041EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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