Html Css Color HEX #4440EB Neon Blue

📋 copy color: '#4440EB'

red 68 ◦ green 64 ◦ blue 235

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

Shades of Neon Blue #4440EB

Tints of Neon Blue #4440EB

RGB

 RED value IS 68 (26.95% from 255) = 18.53%

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

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

R = 18.53%
G = 17.44%
B = 64.03%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4440EB (or 0x4440EB) is known color: Neon Blue. HEX triplet: 44, 40 and EB. RGB value is (68,64,235). Sum of RGB (Red+Green+Blue) = 68+64+235=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #4440EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4440EB is #BBBF14. Grayscale: #545454. Windows color (decimal): -12304149 or 15417412. OLE color: 15417412.

HSL color Cylindrical-coordinate representation of color #4440EB: hue angle of 241.4º 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 #4440EB is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 64 235 -
CMYK 0.71 0.73 0 0.08
HSL 241.4º 0.81% 0.59% -
HSV(B) 241.4º 0.73% 0.92% -
XYZ 19.21 10.89 79.69 -
YUV 84.69 212.83 116.1 -
System Red Green Blue C M Y K H S L
Decimal 68 64 235 0.71 0.73 0 0.08 241.4 0.81 0.59
Hex 44 40 EB 47 49 0 8 F1 51 3B
Octal 104 100 353 107 111 0 10 361 121 73
Binary 1000100 1000000 11101011 1000111 1001001 0 1000 11110001 1010001 111011

Color Harmonies of #4440EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4440EB

Black with #4440EB

Text Example


Text Example

White with #4440EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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