#454EEA

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

Shades of Neon Blue #454EEA

Tints of Neon Blue #454EEA

Color information

#454EEA (or 0x454EEA) is unknown color: approx Neon Blue. HEX triplet: 45, 4E and EA. RGB value is (69,78,234). Sum of RGB (Red+Green+Blue) = 69+78+234=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #454EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #454EEA is #BAB115. Grayscale: #5C5C5C. Windows color (decimal): -12235030 or 15355461. OLE color: 15355461.

HSL color Cylindrical-coordinate representation of color #454EEA: hue angle of 236.73º 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 #454EEA is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6978234-
CMYK0.710.6700.08
HSL236.73º79.71%59.41%-
HSV(B)236.73º70.51%91.76%-
XYZ20.0312.6579.23-
YUV93.09207.52110.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 234 (91.80% from 255) = 61.42%
R=18.11%
G=20.47%
B=61.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal69782340.710.6700.08236.7379.7159.41
Hex454EEA474308ed503b
Octal10511635210710301035512073
Binary10001011001110111010101000111100001101000111011011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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