#4C45DE

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

Shades of Neon Blue #4C45DE

Tints of Neon Blue #4C45DE

Color information

#4C45DE (or 0x4C45DE) is unknown color: approx Neon Blue. HEX triplet: 4C, 45 and DE. RGB value is (76,69,222). Sum of RGB (Red+Green+Blue) = 76+69+222=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C45DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C45DE is #B3BA21. Grayscale: #575757. Windows color (decimal): -11778594 or 14566732. OLE color: 14566732.

HSL color Cylindrical-coordinate representation of color #4C45DE: hue angle of 242.75º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C45DE is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7669222-
CMYK0.660.6900.13
HSL242.75º69.86%57.06%-
HSV(B)242.75º68.92%87.06%-
XYZ18.2911.0770.28-
YUV88.54203.32119.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.71%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 222 (87.11% from 255) = 60.49%
R=20.71%
G=18.80%
B=60.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76692220.660.6900.13242.7569.8657.06
Hex4C45DE42450Df34639
Octal11410533610210501536310671
Binary10011001000101110111101000010100010101101111100111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C45DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C45DE; }

 p { color: rgb(76,69,222); }

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

<style>
 a { background-color: #4C45DE; }

 a { background-color: rgb(76,69,222); }

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

<style>
 span { border-color: #4C45DE; }

 span { border-color: rgb(76,69,222); }

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