#444BF5

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

Shades of Neon Blue #444BF5

Tints of Neon Blue #444BF5

Color information

#444BF5 (or 0x444BF5) is unknown color: approx Neon Blue. HEX triplet: 44, 4B and F5. RGB value is (68,75,245). Sum of RGB (Red+Green+Blue) = 68+75+245=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 245 (96.09% from 255 or 63.14% from 388); Max value from RGB is 245 - color contains mainly: blue. Hex color #444BF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444BF5 is #BBB40A. Grayscale: #5B5B5B. Windows color (decimal): -12301323 or 16075588. OLE color: 16075588.

HSL color Cylindrical-coordinate representation of color #444BF5: hue angle of 237.63º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #444BF5 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6875245-
CMYK0.720.6900.04
HSL237.63º89.85%61.37%-
HSV(B)237.63º72.24%96.08%-
XYZ21.3812.8587.74-
YUV92.29214.18110.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.53%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 245 (96.09% from 255) = 63.14%
R=17.53%
G=19.33%
B=63.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal68752450.720.6900.04237.6389.8561.37
Hex444BF5484504ee5a3d
Octal1041133651101050435613275
Binary1000100100101111110101100100010001010100111011101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,75,245); }

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

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

 a { background-color: rgb(68,75,245); }

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

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

 span { border-color: rgb(68,75,245); }

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