#4F50EF

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

Shades of Neon Blue #4F50EF

Tints of Neon Blue #4F50EF

Color information

#4F50EF (or 0x4F50EF) is unknown color: approx Neon Blue. HEX triplet: 4F, 50 and EF. RGB value is (79,80,239). Sum of RGB (Red+Green+Blue) = 79+80+239=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F50EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F50EF is #B0AF10. Grayscale: #616161. Windows color (decimal): -11579153 or 15683663. OLE color: 15683663.

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

Color convert

RGB7980239-
CMYK0.670.6700.06
HSL239.62º83.33%62.35%-
HSV(B)239.62º66.95%93.73%-
XYZ21.6713.6383.15-
YUV97.83207.67114.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.85%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 239 (93.75% from 255) = 60.05%
R=19.85%
G=20.10%
B=60.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal79802390.670.6700.06239.6283.3362.35
Hex4F50EF434306f0533e
Octal1171203571031030636012376
Binary1001111101000011101111100001110000110110111100001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F50EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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