#4745EC

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

Shades of Neon Blue #4745EC

Tints of Neon Blue #4745EC

Color information

#4745EC (or 0x4745EC) is unknown color: approx Neon Blue. HEX triplet: 47, 45 and EC. RGB value is (71,69,236). Sum of RGB (Red+Green+Blue) = 71+69+236=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #4745EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4745EC is #B8BA13. Grayscale: #575757. Windows color (decimal): -12106260 or 15484231. OLE color: 15484231.

HSL color Cylindrical-coordinate representation of color #4745EC: hue angle of 240.72º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4745EC is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7169236-
CMYK0.700.7100.07
HSL240.72º81.46%59.8%-
HSV(B)240.72º70.76%92.55%-
XYZ19.8711.6580.56-
YUV88.64211.16115.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.88%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 236 (92.58% from 255) = 62.77%
R=18.88%
G=18.35%
B=62.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71692360.700.7100.07240.7281.4659.8
Hex4745EC464707f1513c
Octal1071053541061070736112174
Binary1000111100010111101100100011010001110111111100011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4745EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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