Html Css Color HEX #4040EB Neon Blue

📋 copy color: '#4040EB'

red 64 ◦ green 64 ◦ blue 235

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

Shades of Neon Blue #4040EB

Tints of Neon Blue #4040EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.63%

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 17.63%
G = 17.63%
B = 64.74%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4040EB (or 0x4040EB) is known color: Neon Blue. HEX triplet: 40, 40 and EB. RGB value is (64,64,235). Sum of RGB (Red+Green+Blue) = 64+64+235=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #4040EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4040EB is #BFBF14. Grayscale: #525252. Windows color (decimal): -12566293 or 15417408. OLE color: 15417408.

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

Color convert

RGB 64 64 235 -
CMYK 0.73 0.73 0 0.08
HSL 240º 0.81% 0.59% -
HSV(B) 240º 0.73% 0.92% -
XYZ 18.94 10.75 79.67 -
YUV 83.49 213.5 114.1 -
System Red Green Blue C M Y K H S L
Decimal 64 64 235 0.73 0.73 0 0.08 240 0.81 0.59
Hex 40 40 EB 49 49 0 8 F0 51 3B
Octal 100 100 353 111 111 0 10 360 121 73
Binary 1000000 1000000 11101011 1001001 1001001 0 1000 11110000 1010001 111011

Color Harmonies of #4040EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4040EB

Black with #4040EB

Text Example


Text Example

White with #4040EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4040EB; }

 p { color: rgb(64,64,235); }

 H1.HeaderClassName
 {
   color: #4040EB;
 }
 .AnyTagClassName
 {
   color: #4040EB;
 }
</style>

background-color css

<style>
 a { background-color: #4040EB; }

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

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

border-color css

<style>
 span { border-color: #4040EB; }

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

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