#4C50EF

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

Shades of Neon Blue #4C50EF

Tints of Neon Blue #4C50EF

Color information

#4C50EF (or 0x4C50EF) is unknown color: approx Neon Blue. HEX triplet: 4C, 50 and EF. RGB value is (76,80,239). Sum of RGB (Red+Green+Blue) = 76+80+239=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C50EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C50EF is #B3AF10. Grayscale: #606060. Windows color (decimal): -11775761 or 15683660. OLE color: 15683660.

HSL color Cylindrical-coordinate representation of color #4C50EF: hue angle of 238.53º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C50EF is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7680239-
CMYK0.680.6700.06
HSL238.53º83.59%61.76%-
HSV(B)238.53º68.2%93.73%-
XYZ21.4313.5183.14-
YUV96.93208.17113.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.24%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 239 (93.75% from 255) = 60.51%
R=19.24%
G=20.25%
B=60.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal76802390.680.6700.06238.5383.5961.76
Hex4C50EF444306ef543e
Octal1141203571041030635712476
Binary1001100101000011101111100010010000110110111011111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C50EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,80,239); }

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

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

 a { background-color: rgb(76,80,239); }

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

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

 span { border-color: rgb(76,80,239); }

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