#454AEE

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

Shades of Neon Blue #454AEE

Tints of Neon Blue #454AEE

Color information

#454AEE (or 0x454AEE) is unknown color: approx Neon Blue. HEX triplet: 45, 4A and EE. RGB value is (69,74,238). Sum of RGB (Red+Green+Blue) = 69+74+238=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #454AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #454AEE is #BAB511. Grayscale: #5A5A5A. Windows color (decimal): -12236050 or 15616581. OLE color: 15616581.

HSL color Cylindrical-coordinate representation of color #454AEE: hue angle of 238.22º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #454AEE is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6974238-
CMYK0.710.6900.07
HSL238.22º83.25%60.2%-
HSV(B)238.22º71.01%93.33%-
XYZ20.3412.3482.2-
YUV91.2210.84112.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 74 (29.30% from 255) = 19.42%
BLUE value IS 238 (93.36% from 255) = 62.47%
R=18.11%
G=19.42%
B=62.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal69742380.710.6900.07238.2283.2560.2
Hex454AEE474507ee533c
Octal1051123561071050735612374
Binary1000101100101011101110100011110001010111111011101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,74,238); }

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

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

 a { background-color: rgb(69,74,238); }

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

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

 span { border-color: rgb(69,74,238); }

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