#454EE9

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

Shades of Neon Blue #454EE9

Tints of Neon Blue #454EE9

Color information

#454EE9 (or 0x454EE9) is unknown color: approx Neon Blue. HEX triplet: 45, 4E and E9. RGB value is (69,78,233). Sum of RGB (Red+Green+Blue) = 69+78+233=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 233 (91.41% from 255 or 61.32% from 380); Max value from RGB is 233 - color contains mainly: blue. Hex color #454EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #454EE9 is #BAB116. Grayscale: #5C5C5C. Windows color (decimal): -12235031 or 15289925. OLE color: 15289925.

HSL color Cylindrical-coordinate representation of color #454EE9: hue angle of 236.71º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #454EE9 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6978233-
CMYK0.700.6700.09
HSL236.71º78.85%59.22%-
HSV(B)236.71º70.39%91.37%-
XYZ19.8912.678.47-
YUV92.98207.02110.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.16%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 233 (91.41% from 255) = 61.32%
R=18.16%
G=20.53%
B=61.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal69782330.700.6700.09236.7178.8559.22
Hex454EE9464309ed4f3b
Octal10511635110610301135511773
Binary10001011001110111010011000110100001101001111011011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454EE9; }

 p { color: rgb(69,78,233); }

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

<style>
 a { background-color: #454EE9; }

 a { background-color: rgb(69,78,233); }

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

<style>
 span { border-color: #454EE9; }

 span { border-color: rgb(69,78,233); }

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