#4F4DEC

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

Shades of Neon Blue #4F4DEC

Tints of Neon Blue #4F4DEC

Color information

#4F4DEC (or 0x4F4DEC) is unknown color: approx Neon Blue. HEX triplet: 4F, 4D and EC. RGB value is (79,77,236). Sum of RGB (Red+Green+Blue) = 79+77+236=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F4DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F4DEC is #B0B213. Grayscale: #5F5F5F. Windows color (decimal): -11579924 or 15486287. OLE color: 15486287.

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

Color convert

RGB7977236-
CMYK0.670.6700.07
HSL240.75º80.71%61.37%-
HSV(B)240.75º67.37%92.55%-
XYZ21.0213.0380.76-
YUV95.72207.16116.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.15%
GREEN value IS 77 (30.47% from 255) = 19.64%
BLUE value IS 236 (92.58% from 255) = 60.20%
R=20.15%
G=19.64%
B=60.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal79772360.670.6700.07240.7580.7161.37
Hex4F4DEC434307f1513d
Octal1171153541031030736112175
Binary1001111100110111101100100001110000110111111100011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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