#444AED

Color #444AED Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #444AED

Tints of Neon Blue #444AED

Color information

#444AED (or 0x444AED) is unknown color: approx Neon Blue. HEX triplet: 44, 4A and ED. RGB value is (68,74,237). Sum of RGB (Red+Green+Blue) = 68+74+237=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #444AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444AED is #BBB512. Grayscale: #5A5A5A. Windows color (decimal): -12301587 or 15551044. OLE color: 15551044.

HSL color Cylindrical-coordinate representation of color #444AED: hue angle of 237.87º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #444AED is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6874237-
CMYK0.710.6900.07
HSL237.87º82.44%59.8%-
HSV(B)237.87º71.31%92.94%-
XYZ20.1212.2481.42-
YUV90.79210.51111.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.94%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 237 (92.97% from 255) = 62.53%
R=17.94%
G=19.53%
B=62.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal68742370.710.6900.07237.8782.4459.8
Hex444AED474507ee523c
Octal1041123551071050735612274
Binary1000100100101011101101100011110001010111111011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444AED; }

 p { color: rgb(68,74,237); }

 H1.HeaderClassName
 {
   color: #444AED;
 }
 .AnyTagClassName
 {
   color: #444AED;
 }
</style>
background-color css

<style>
 a { background-color: #444AED; }

 a { background-color: rgb(68,74,237); }

 div.DivClassName
 {
   background-color: #444AED;
 }
 .BgClassName
 {
   background-color: #444AED;
 }
</style>
border-color css

<style>
 span { border-color: #444AED; }

 span { border-color: rgb(68,74,237); }

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