#444FFF

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

Shades of Neon Blue #444FFF

Tints of Neon Blue #444FFF

Color information

#444FFF (or 0x444FFF) is unknown color: approx Neon Blue. HEX triplet: 44, 4F and FF. RGB value is (68,79,255). Sum of RGB (Red+Green+Blue) = 68+79+255=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #444FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444FFF is #BBB000. Grayscale: #5F5F5F. Windows color (decimal): -12300289 or 16731972. OLE color: 16731972.

HSL color Cylindrical-coordinate representation of color #444FFF: hue angle of 236.47º 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 #444FFF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6879255-
CMYK0.730.6900
HSL236.47º100%63.33%-
HSV(B)236.47º73.33%100%-
XYZ23.2314.0496.09-
YUV95.78217.86108.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.92%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 255 (100% from 255) = 63.43%
R=16.92%
G=19.65%
B=63.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal68792550.730.6900236.4710063.33
Hex444FFF494500ec643f
Octal1041173771111050035414477
Binary10001001001111111111111001001100010100111011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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