#4E35F5

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

Shades of Neon Blue #4E35F5

Tints of Neon Blue #4E35F5

Color information

#4E35F5 (or 0x4E35F5) is unknown color: approx Neon Blue. HEX triplet: 4E, 35 and F5. RGB value is (78,53,245). Sum of RGB (Red+Green+Blue) = 78+53+245=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 245 (96.09% from 255 or 65.16% from 376); Max value from RGB is 245 - color contains mainly: blue. Hex color #4E35F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E35F5 is #B1CA0A. Grayscale: #515151. Windows color (decimal): -11651595 or 16069966. OLE color: 16069966.

HSL color Cylindrical-coordinate representation of color #4E35F5: hue angle of 247.81º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E35F5 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7853245-
CMYK0.680.7800.04
HSL247.81º90.57%58.43%-
HSV(B)247.81º78.37%96.08%-
XYZ20.910.7687.36-
YUV82.36219.78124.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.74%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 245 (96.09% from 255) = 65.16%
R=20.74%
G=14.10%
B=65.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal78532450.680.7800.04247.8190.5758.43
Hex4E35F5444E04f85b3a
Octal116653651041160437013372
Binary100111011010111110101100010010011100100111110001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E35F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,53,245); }

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

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

 a { background-color: rgb(78,53,245); }

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

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

 span { border-color: rgb(78,53,245); }

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