#453DE6

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

Shades of Neon Blue #453DE6

Tints of Neon Blue #453DE6

Color information

#453DE6 (or 0x453DE6) is unknown color: approx Neon Blue. HEX triplet: 45, 3D and E6. RGB value is (69,61,230). Sum of RGB (Red+Green+Blue) = 69+61+230=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 230 (90.23% from 255 or 63.89% from 360); Max value from RGB is 230 - color contains mainly: blue. Hex color #453DE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453DE6 is #BAC219. Grayscale: #515151. Windows color (decimal): -12239386 or 15088965. OLE color: 15088965.

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

Color convert

RGB6961230-
CMYK0.70.7300.10
HSL242.84º77.17%57.06%-
HSV(B)242.84º73.48%90.2%-
XYZ18.4110.3275.88-
YUV82.66211.15118.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 61 (24.22% from 255) = 16.94%
BLUE value IS 230 (90.23% from 255) = 63.89%
R=19.17%
G=16.94%
B=63.89%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal69612300.70.7300.10242.8477.1757.06
Hex453DE646490Af34d39
Octal1057534610611101236311571
Binary1000101111101111001101000110100100101010111100111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,61,230); }

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

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

 a { background-color: rgb(69,61,230); }

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

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

 span { border-color: rgb(69,61,230); }

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