#4F4CEC

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

Shades of Neon Blue #4F4CEC

Tints of Neon Blue #4F4CEC

Color information

#4F4CEC (or 0x4F4CEC) is unknown color: approx Neon Blue. HEX triplet: 4F, 4C and EC. RGB value is (79,76,236). Sum of RGB (Red+Green+Blue) = 79+76+236=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F4CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F4CEC is #B0B313. Grayscale: #5E5E5E. Windows color (decimal): -11580180 or 15486031. OLE color: 15486031.

HSL color Cylindrical-coordinate representation of color #4F4CEC: hue angle of 241.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F4CEC is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7976236-
CMYK0.670.6800.07
HSL241.12º80.81%61.18%-
HSV(B)241.12º67.8%92.55%-
XYZ20.9512.8980.74-
YUV95.14207.49116.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.20%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 236 (92.58% from 255) = 60.36%
R=20.20%
G=19.44%
B=60.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal79762360.670.6800.07241.1280.8161.18
Hex4F4CEC434407f1513d
Octal1171143541031040736112175
Binary1001111100110011101100100001110001000111111100011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,76,236); }

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

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

 a { background-color: rgb(79,76,236); }

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

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

 span { border-color: rgb(79,76,236); }

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