#4745E5

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

Shades of Neon Blue #4745E5

Tints of Neon Blue #4745E5

Color information

#4745E5 (or 0x4745E5) is unknown color: approx Neon Blue. HEX triplet: 47, 45 and E5. RGB value is (71,69,229). Sum of RGB (Red+Green+Blue) = 71+69+229=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #4745E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4745E5 is #B8BA1A. Grayscale: #575757. Windows color (decimal): -12106267 or 15025479. OLE color: 15025479.

HSL color Cylindrical-coordinate representation of color #4745E5: hue angle of 240.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4745E5 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7169229-
CMYK0.690.7000.10
HSL240.75º75.47%58.43%-
HSV(B)240.75º69.87%89.8%-
XYZ18.8711.2575.31-
YUV87.84207.66115.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 229 (89.84% from 255) = 62.06%
R=19.24%
G=18.70%
B=62.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal71692290.690.7000.10240.7575.4758.43
Hex4745E545460Af14b3a
Octal10710534510510601236111372
Binary10001111000101111001011000101100011001010111100011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4745E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4745E5; }

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

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

<style>
 a { background-color: #4745E5; }

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

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

<style>
 span { border-color: #4745E5; }

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

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