#4f50f2

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

Shades of Neon Blue #4F50F2

Tints of Neon Blue #4F50F2

Color information

#4F50F2 (or 0x4F50F2) is unknown color: approx Neon Blue. HEX triplet: 4F, 50 and F2. RGB value is (79,80,242). Sum of RGB (Red+Green+Blue) = 79+80+242=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 242 (94.92% from 255 or 60.35% from 401); Max value from RGB is 242 - color contains mainly: blue. Hex color #4F50F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F50F2 is #B0AF0D. Grayscale: #616161. Windows color (decimal): -11579150 or 15880271. OLE color: 15880271.

HSL color Cylindrical-coordinate representation of color #4F50F2: hue angle of 239.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F50F2 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7980242-
CMYK0.670.6700.05
HSL239.63º86.24%62.94%-
HSV(B)239.63º67.36%94.9%-
XYZ22.1213.8185.5-
YUV98.17209.17114.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.70%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 242 (94.92% from 255) = 60.35%
R=19.70%
G=19.95%
B=60.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal79802420.670.6700.05239.6386.2462.94
Hex4F50F2434305f0563f
Octal1171203621031030536012677
Binary1001111101000011110010100001110000110101111100001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f50f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,80,242); }

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

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

 a { background-color: rgb(79,80,242); }

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

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

 span { border-color: rgb(79,80,242); }

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