#445FFF

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

Shades of Neon Blue #445FFF

Tints of Neon Blue #445FFF

Color information

#445FFF (or 0x445FFF) is unknown color: approx Neon Blue. HEX triplet: 44, 5F and FF. RGB value is (68,95,255). Sum of RGB (Red+Green+Blue) = 68+95+255=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #445FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445FFF is #BBA000. Grayscale: #686868. Windows color (decimal): -12296193 or 16736068. OLE color: 16736068.

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

Color convert

RGB6895255-
CMYK0.730.6300
HSL231.34º100%63.33%-
HSV(B)231.34º73.33%100%-
XYZ24.5316.6396.53-
YUV105.17212.55101.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.27%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 255 (100% from 255) = 61.00%
R=16.27%
G=22.73%
B=61.00%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal68952550.730.6300231.3410063.33
Hex445FFF493F00e7643f
Octal104137377111770034714477
Binary1000100101111111111111100100111111100111001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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