Html Css Color HEX #4042EF Neon Blue

📋 copy color: '#4042EF'

red 64 ◦ green 66 ◦ blue 239

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

Shades of Neon Blue #4042EF

Tints of Neon Blue #4042EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 17.34%
G = 17.89%
B = 64.77%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4042EF (or 0x4042EF) is known color: Neon Blue. HEX triplet: 40, 42 and EF. RGB value is (64,66,239). Sum of RGB (Red+Green+Blue) = 64+66+239=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #4042EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4042EF is #BFBD10. Grayscale: #545454. Windows color (decimal): -12565777 or 15680064. OLE color: 15680064.

HSL color Cylindrical-coordinate representation of color #4042EF: hue angle of 239.31º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4042EF is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 66 239 -
CMYK 0.73 0.72 0 0.06
HSL 239.31º 0.85% 0.59% -
HSV(B) 239.31º 0.73% 0.94% -
XYZ 19.64 11.22 82.79 -
YUV 85.12 214.84 112.93 -
System Red Green Blue C M Y K H S L
Decimal 64 66 239 0.73 0.72 0 0.06 239.31 0.85 0.59
Hex 40 42 EF 49 48 0 6 EF 55 3B
Octal 100 102 357 111 110 0 6 357 125 73
Binary 1000000 1000010 11101111 1001001 1001000 0 110 11101111 1010101 111011

Color Harmonies of #4042EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4042EF

Black with #4042EF

Text Example


Text Example

White with #4042EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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