#4451FF

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

Shades of Neon Blue #4451FF

Tints of Neon Blue #4451FF

Color information

#4451FF (or 0x4451FF) is unknown color: approx Neon Blue. HEX triplet: 44, 51 and FF. RGB value is (68,81,255). Sum of RGB (Red+Green+Blue) = 68+81+255=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #4451FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4451FF is #BBAE00. Grayscale: #606060. Windows color (decimal): -12299777 or 16732484. OLE color: 16732484.

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

Color convert

RGB6881255-
CMYK0.730.6800
HSL235.83º100%63.33%-
HSV(B)235.83º73.33%100%-
XYZ23.3814.3396.14-
YUV96.95217.19107.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.83%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 255 (100% from 255) = 63.12%
R=16.83%
G=20.05%
B=63.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal68812550.730.6800235.8310063.33
Hex4451FF494400ec643f
Octal1041213771111040035414477
Binary10001001010001111111111001001100010000111011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4451FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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