#4F56EB

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

Shades of Neon Blue #4F56EB

Tints of Neon Blue #4F56EB

Color information

#4F56EB (or 0x4F56EB) is unknown color: approx Neon Blue. HEX triplet: 4F, 56 and EB. RGB value is (79,86,235). Sum of RGB (Red+Green+Blue) = 79+86+235=400 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.75% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #4F56EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F56EB is #B0A914. Grayscale: #646464. Windows color (decimal): -11577621 or 15423055. OLE color: 15423055.

HSL color Cylindrical-coordinate representation of color #4F56EB: hue angle of 237.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F56EB is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7986235-
CMYK0.660.6300.08
HSL237.31º79.59%61.57%-
HSV(B)237.31º66.38%92.16%-
XYZ21.5514.3280.22-
YUV100.89203.68112.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.75%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 235 (92.19% from 255) = 58.75%
R=19.75%
G=21.5%
B=58.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal79862350.660.6300.08237.3179.5961.57
Hex4F56EB423F08ed503e
Octal1171263531027701035512076
Binary1001111101011011101011100001011111101000111011011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F56EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,86,235); }

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

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

 a { background-color: rgb(79,86,235); }

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

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

 span { border-color: rgb(79,86,235); }

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