#453add

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

Shades of Neon Blue #453ADD

Tints of Neon Blue #453ADD

Color information

#453ADD (or 0x453ADD) is unknown color: approx Neon Blue. HEX triplet: 45, 3A and DD. RGB value is (69,58,221). Sum of RGB (Red+Green+Blue) = 69+58+221=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #453ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453ADD is #BAC522. Grayscale: #4F4F4F. Windows color (decimal): -12240163 or 14498373. OLE color: 14498373.

HSL color Cylindrical-coordinate representation of color #453ADD: hue angle of 244.05º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453ADD is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6958221-
CMYK0.690.7400.13
HSL244.05º70.56%54.71%-
HSV(B)244.05º73.76%86.67%-
XYZ17.029.5169.35-
YUV79.87207.64120.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.83%
GREEN value IS 58 (23.05% from 255) = 16.67%
BLUE value IS 221 (86.72% from 255) = 63.51%
R=19.83%
G=16.67%
B=63.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69582210.690.7400.13244.0570.5654.71
Hex453ADD454A0Df44737
Octal1057233510511201536410767
Binary1000101111010110111011000101100101001101111101001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453add

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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