#4C35EC

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

Shades of Neon Blue #4C35EC

Tints of Neon Blue #4C35EC

Color information

#4C35EC (or 0x4C35EC) is unknown color: approx Neon Blue. HEX triplet: 4C, 35 and EC. RGB value is (76,53,236). Sum of RGB (Red+Green+Blue) = 76+53+236=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #4C35EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C35EC is #B3CA13. Grayscale: #505050. Windows color (decimal): -11782676 or 15480140. OLE color: 15480140.

HSL color Cylindrical-coordinate representation of color #4C35EC: hue angle of 247.54º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C35EC is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7653236-
CMYK0.680.7800.07
HSL247.54º82.81%56.67%-
HSV(B)247.54º77.54%92.55%-
XYZ19.3910.1480.29-
YUV80.74215.62124.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.82%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 236 (92.58% from 255) = 64.66%
R=20.82%
G=14.52%
B=64.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal76532360.680.7800.07247.5482.8156.67
Hex4C35EC444E07f85339
Octal114653541041160737012371
Binary100110011010111101100100010010011100111111110001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C35EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,53,236); }

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

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

 a { background-color: rgb(76,53,236); }

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

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

 span { border-color: rgb(76,53,236); }

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