Html Css Color HEX #4042EA Neon Blue

📋 copy color: '#4042EA'

red 64 ◦ green 66 ◦ blue 234

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

Shades of Neon Blue #4042EA

Tints of Neon Blue #4042EA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.13%

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

R = 17.58%
G = 18.13%
B = 64.29%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4042EA (or 0x4042EA) is known color: Neon Blue. HEX triplet: 40, 42 and EA. RGB value is (64,66,234). Sum of RGB (Red+Green+Blue) = 64+66+234=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #4042EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4042EA is #BFBD15. Grayscale: #535353. Windows color (decimal): -12565782 or 15352384. OLE color: 15352384.

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

Color convert

RGB 64 66 234 -
CMYK 0.73 0.72 0 0.08
HSL 239.29º 0.8% 0.58% -
HSV(B) 239.29º 0.73% 0.92% -
XYZ 18.91 10.93 78.95 -
YUV 84.55 212.34 113.34 -
System Red Green Blue C M Y K H S L
Decimal 64 66 234 0.73 0.72 0 0.08 239.29 0.8 0.58
Hex 40 42 EA 49 48 0 8 EF 50 3A
Octal 100 102 352 111 110 0 10 357 120 72
Binary 1000000 1000010 11101010 1001001 1001000 0 1000 11101111 1010000 111010

Color Harmonies of #4042EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4042EA

Black with #4042EA

Text Example


Text Example

White with #4042EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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