#4D35EC

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

Shades of Neon Blue #4D35EC

Tints of Neon Blue #4D35EC

Color information

#4D35EC (or 0x4D35EC) is unknown color: approx Neon Blue. HEX triplet: 4D, 35 and EC. RGB value is (77,53,236). Sum of RGB (Red+Green+Blue) = 77+53+236=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D35EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D35EC is #B2CA13. Grayscale: #505050. Windows color (decimal): -11717140 or 15480141. OLE color: 15480141.

HSL color Cylindrical-coordinate representation of color #4D35EC: hue angle of 247.87º 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 #4D35EC is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7753236-
CMYK0.670.7800.07
HSL247.87º82.81%56.67%-
HSV(B)247.87º77.54%92.55%-
XYZ19.4710.1880.3-
YUV81.04215.45125.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.04%
GREEN value IS 53 (21.09% from 255) = 14.48%
BLUE value IS 236 (92.58% from 255) = 64.48%
R=21.04%
G=14.48%
B=64.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal77532360.670.7800.07247.8782.8156.67
Hex4D35EC434E07f85339
Octal115653541031160737012371
Binary100110111010111101100100001110011100111111110001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D35EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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