#4F5AEB

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

Shades of Neon Blue #4F5AEB

Tints of Neon Blue #4F5AEB

Color information

#4F5AEB (or 0x4F5AEB) is unknown color: approx Neon Blue. HEX triplet: 4F, 5A and EB. RGB value is (79,90,235). Sum of RGB (Red+Green+Blue) = 79+90+235=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #4F5AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F5AEB is #B0A514. Grayscale: #666666. Windows color (decimal): -11576597 or 15424079. OLE color: 15424079.

HSL color Cylindrical-coordinate representation of color #4F5AEB: hue angle of 235.77º 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 #4F5AEB is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7990235-
CMYK0.660.6200.08
HSL235.77º79.59%61.57%-
HSV(B)235.77º66.38%92.16%-
XYZ21.8814.9780.33-
YUV103.24202.36110.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.55%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 235 (92.19% from 255) = 58.17%
R=19.55%
G=22.28%
B=58.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal79902350.660.6200.08235.7779.5961.57
Hex4F5AEB423E08ec503e
Octal1171323531027601035412076
Binary1001111101101011101011100001011111001000111011001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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