#444dff

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

Shades of Neon Blue #444DFF

Tints of Neon Blue #444DFF

Color information

#444DFF (or 0x444DFF) is unknown color: approx Neon Blue. HEX triplet: 44, 4D and FF. RGB value is (68,77,255). Sum of RGB (Red+Green+Blue) = 68+77+255=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #444DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444DFF is #BBB200. Grayscale: #5D5D5D. Windows color (decimal): -12300801 or 16731460. OLE color: 16731460.

HSL color Cylindrical-coordinate representation of color #444DFF: hue angle of 237.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444DFF is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6877255-
CMYK0.730.7000
HSL237.11º100%63.33%-
HSV(B)237.11º73.33%100%-
XYZ23.0913.7696.05-
YUV94.6218.52109.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17%
GREEN value IS 77 (30.47% from 255) = 19.25%
BLUE value IS 255 (100% from 255) = 63.75%
R=17%
G=19.25%
B=63.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal68772550.730.7000237.1110063.33
Hex444DFF494600ed643f
Octal1041153771111060035514477
Binary10001001001101111111111001001100011000111011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444dff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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