#454CEA

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

Shades of Neon Blue #454CEA

Tints of Neon Blue #454CEA

Color information

#454CEA (or 0x454CEA) is unknown color: approx Neon Blue. HEX triplet: 45, 4C and EA. RGB value is (69,76,234). Sum of RGB (Red+Green+Blue) = 69+76+234=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #454CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #454CEA is #BAB315. Grayscale: #5B5B5B. Windows color (decimal): -12235542 or 15354949. OLE color: 15354949.

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

Color convert

RGB6976234-
CMYK0.710.6800.08
HSL237.45º79.71%59.41%-
HSV(B)237.45º70.51%91.76%-
XYZ19.8912.3779.18-
YUV91.92208.18111.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.21%
GREEN value IS 76 (30.08% from 255) = 20.05%
BLUE value IS 234 (91.80% from 255) = 61.74%
R=18.21%
G=20.05%
B=61.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal69762340.710.6800.08237.4579.7159.41
Hex454CEA474408ed503b
Octal10511435210710401035512073
Binary10001011001100111010101000111100010001000111011011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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