#4B35EC

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

Shades of Neon Blue #4B35EC

Tints of Neon Blue #4B35EC

Color information

#4B35EC (or 0x4B35EC) is unknown color: approx Neon Blue. HEX triplet: 4B, 35 and EC. RGB value is (75,53,236). Sum of RGB (Red+Green+Blue) = 75+53+236=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #4B35EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B35EC is #B4CA13. Grayscale: #4F4F4F. Windows color (decimal): -11848212 or 15480139. OLE color: 15480139.

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

Color convert

RGB7553236-
CMYK0.680.7800.07
HSL247.21º82.81%56.67%-
HSV(B)247.21º77.54%92.55%-
XYZ19.3210.180.29-
YUV80.44215.79124.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.60%
GREEN value IS 53 (21.09% from 255) = 14.56%
BLUE value IS 236 (92.58% from 255) = 64.84%
R=20.60%
G=14.56%
B=64.84%

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
Decimal75532360.680.7800.07247.2182.8156.67
Hex4B35EC444E07f75339
Octal113653541041160736712371
Binary100101111010111101100100010010011100111111101111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B35EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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