#453ae5

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

Shades of Neon Blue #453AE5

Tints of Neon Blue #453AE5

Color information

#453AE5 (or 0x453AE5) is unknown color: approx Neon Blue. HEX triplet: 45, 3A and E5. RGB value is (69,58,229). Sum of RGB (Red+Green+Blue) = 69+58+229=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #453AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453AE5 is #BAC51A. Grayscale: #505050. Windows color (decimal): -12240155 or 15022661. OLE color: 15022661.

HSL color Cylindrical-coordinate representation of color #453AE5: hue angle of 243.86º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #453AE5 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB6958229-
CMYK0.700.7500.10
HSL243.86º76.68%56.27%-
HSV(B)243.86º74.67%89.8%-
XYZ18.119.9575.09-
YUV80.78211.64119.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 58 (23.05% from 255) = 16.29%
BLUE value IS 229 (89.84% from 255) = 64.33%
R=19.38%
G=16.29%
B=64.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal69582290.700.7500.10243.8676.6856.27
Hex453AE5464B0Af44d38
Octal1057234510611301236411570
Binary1000101111010111001011000110100101101010111101001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453ae5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453ae5; }

 p { color: rgb(69,58,229); }

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

<style>
 a { background-color: #453ae5; }

 a { background-color: rgb(69,58,229); }

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

<style>
 span { border-color: #453ae5; }

 span { border-color: rgb(69,58,229); }

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