#4450EA

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

Shades of Neon Blue #4450EA

Tints of Neon Blue #4450EA

Color information

#4450EA (or 0x4450EA) is unknown color: approx Neon Blue. HEX triplet: 44, 50 and EA. RGB value is (68,80,234). Sum of RGB (Red+Green+Blue) = 68+80+234=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #4450EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4450EA is #BBAF15. Grayscale: #5D5D5D. Windows color (decimal): -12300054 or 15355972. OLE color: 15355972.

HSL color Cylindrical-coordinate representation of color #4450EA: hue angle of 235.66º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4450EA is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6880234-
CMYK0.710.6600.08
HSL235.66º79.81%59.22%-
HSV(B)235.66º70.94%91.76%-
XYZ20.112.9179.27-
YUV93.97207.02109.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.80%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 234 (91.80% from 255) = 61.26%
R=17.80%
G=20.94%
B=61.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal68802340.710.6600.08235.6679.8159.22
Hex4450EA474208ec503b
Octal10412035210710201035412073
Binary10001001010000111010101000111100001001000111011001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4450EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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