#453FE5

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

Shades of Neon Blue #453FE5

Tints of Neon Blue #453FE5

Color information

#453FE5 (or 0x453FE5) is unknown color: approx Neon Blue. HEX triplet: 45, 3F and E5. RGB value is (69,63,229). Sum of RGB (Red+Green+Blue) = 69+63+229=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #453FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453FE5 is #BAC01A. Grayscale: #535353. Windows color (decimal): -12238875 or 15023941. OLE color: 15023941.

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

Color convert

RGB6963229-
CMYK0.700.7200.10
HSL242.17º76.15%57.25%-
HSV(B)242.17º72.49%89.8%-
XYZ18.3710.4875.18-
YUV83.72209.99117.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.11%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 229 (89.84% from 255) = 63.43%
R=19.11%
G=17.45%
B=63.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal69632290.700.7200.10242.1776.1557.25
Hex453FE546480Af24c39
Octal1057734510611001236211471
Binary1000101111111111001011000110100100001010111100101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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