#4C3DF0

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

Shades of Neon Blue #4C3DF0

Tints of Neon Blue #4C3DF0

Color information

#4C3DF0 (or 0x4C3DF0) is unknown color: approx Neon Blue. HEX triplet: 4C, 3D and F0. RGB value is (76,61,240). Sum of RGB (Red+Green+Blue) = 76+61+240=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 240 (94.14% from 255 or 63.66% from 377); Max value from RGB is 240 - color contains mainly: blue. Hex color #4C3DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3DF0 is #B3C20F. Grayscale: #555555. Windows color (decimal): -11780624 or 15744332. OLE color: 15744332.

HSL color Cylindrical-coordinate representation of color #4C3DF0: hue angle of 245.03º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C3DF0 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7661240-
CMYK0.680.7500.06
HSL245.03º85.65%59.02%-
HSV(B)245.03º74.58%94.12%-
XYZ20.3811.1783.52-
YUV85.89214.97120.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.16%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 240 (94.14% from 255) = 63.66%
R=20.16%
G=16.18%
B=63.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal76612400.680.7500.06245.0385.6559.02
Hex4C3DF0444B06f5563b
Octal114753601041130636512673
Binary100110011110111110000100010010010110110111101011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,61,240); }

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

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

 a { background-color: rgb(76,61,240); }

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

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

 span { border-color: rgb(76,61,240); }

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