#444AE3

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

Shades of Neon Blue #444AE3

Tints of Neon Blue #444AE3

Color information

#444AE3 (or 0x444AE3) is unknown color: approx Neon Blue. HEX triplet: 44, 4A and E3. RGB value is (68,74,227). Sum of RGB (Red+Green+Blue) = 68+74+227=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 227 (89.06% from 255 or 61.52% from 369); Max value from RGB is 227 - color contains mainly: blue. Hex color #444AE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444AE3 is #BBB51C. Grayscale: #595959. Windows color (decimal): -12301597 or 14895684. OLE color: 14895684.

HSL color Cylindrical-coordinate representation of color #444AE3: hue angle of 237.74º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #444AE3 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6874227-
CMYK0.700.6700.11
HSL237.74º73.95%57.84%-
HSV(B)237.74º70.04%89.02%-
XYZ18.711.6773.94-
YUV89.65205.51112.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 227 (89.06% from 255) = 61.52%
R=18.43%
G=20.05%
B=61.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal68742270.700.6700.11237.7473.9557.84
Hex444AE346430Bee4a3a
Octal10411234310610301335611272
Binary10001001001010111000111000110100001101011111011101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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