#4E35FB

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

Shades of Neon Blue #4E35FB

Tints of Neon Blue #4E35FB

Color information

#4E35FB (or 0x4E35FB) is unknown color: approx Neon Blue. HEX triplet: 4E, 35 and FB. RGB value is (78,53,251). Sum of RGB (Red+Green+Blue) = 78+53+251=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E35FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E35FB is #B1CA04. Grayscale: #525252. Windows color (decimal): -11651589 or 16463182. OLE color: 16463182.

HSL color Cylindrical-coordinate representation of color #4E35FB: hue angle of 247.58º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E35FB is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7853251-
CMYK0.690.7900.02
HSL247.58º96.12%59.61%-
HSV(B)247.58º78.88%98.43%-
XYZ21.8311.1392.26-
YUV83.05222.78124.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.42%
GREEN value IS 53 (21.09% from 255) = 13.87%
BLUE value IS 251 (98.44% from 255) = 65.71%
R=20.42%
G=13.87%
B=65.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal78532510.690.7900.02247.5896.1259.61
Hex4E35FB454F02f8603c
Octal116653731051170237014074
Binary10011101101011111101110001011001111010111110001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E35FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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