#4450FF

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

Shades of Neon Blue #4450FF

Tints of Neon Blue #4450FF

Color information

#4450FF (or 0x4450FF) is unknown color: approx Neon Blue. HEX triplet: 44, 50 and FF. RGB value is (68,80,255). Sum of RGB (Red+Green+Blue) = 68+80+255=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #4450FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4450FF is #BBAF00. Grayscale: #5F5F5F. Windows color (decimal): -12300033 or 16732228. OLE color: 16732228.

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

Color convert

RGB6880255-
CMYK0.730.6900
HSL236.15º100%63.33%-
HSV(B)236.15º73.33%100%-
XYZ23.314.1996.12-
YUV96.36217.52107.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.87%
GREEN value IS 80 (31.64% from 255) = 19.85%
BLUE value IS 255 (100% from 255) = 63.28%
R=16.87%
G=19.85%
B=63.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal68802550.730.6900236.1510063.33
Hex4450FF494500ec643f
Octal1041203771111050035414477
Binary10001001010000111111111001001100010100111011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4450FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4450FF; }

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

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

<style>
 a { background-color: #4450FF; }

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

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

<style>
 span { border-color: #4450FF; }

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

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