#444DED

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

Shades of Neon Blue #444DED

Tints of Neon Blue #444DED

Color information

#444DED (or 0x444DED) is unknown color: approx Neon Blue. HEX triplet: 44, 4D and ED. RGB value is (68,77,237). Sum of RGB (Red+Green+Blue) = 68+77+237=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #444DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444DED is #BBB212. Grayscale: #5B5B5B. Windows color (decimal): -12300819 or 15551812. OLE color: 15551812.

HSL color Cylindrical-coordinate representation of color #444DED: hue angle of 236.8º 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 #444DED is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6877237-
CMYK0.710.6800.07
HSL236.8º82.44%59.8%-
HSV(B)236.8º71.31%92.94%-
XYZ20.3212.6581.49-
YUV92.55209.52110.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.80%
GREEN value IS 77 (30.47% from 255) = 20.16%
BLUE value IS 237 (92.97% from 255) = 62.04%
R=17.80%
G=20.16%
B=62.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal68772370.710.6800.07236.882.4459.8
Hex444DED474407ed523c
Octal1041153551071040735512274
Binary1000100100110111101101100011110001000111111011011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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