#4D40FA

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

Shades of Neon Blue #4D40FA

Tints of Neon Blue #4D40FA

Color information

#4D40FA (or 0x4D40FA) is unknown color: approx Neon Blue. HEX triplet: 4D, 40 and FA. RGB value is (77,64,250). Sum of RGB (Red+Green+Blue) = 77+64+250=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D40FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D40FA is #B2BF05. Grayscale: #585858. Windows color (decimal): -11714310 or 16400461. OLE color: 16400461.

HSL color Cylindrical-coordinate representation of color #4D40FA: hue angle of 244.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D40FA is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7764250-
CMYK0.690.7400.02
HSL244.19º94.9%61.57%-
HSV(B)244.19º74.4%98.04%-
XYZ22.1512.1591.62-
YUV89.09218.81119.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.69%
GREEN value IS 64 (25.39% from 255) = 16.37%
BLUE value IS 250 (98.05% from 255) = 63.94%
R=19.69%
G=16.37%
B=63.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal77642500.690.7400.02244.1994.961.57
Hex4D40FA454A02f45f3e
Octal1151003721051120236413776
Binary100110110000001111101010001011001010010111101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D40FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,64,250); }

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

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

 a { background-color: rgb(77,64,250); }

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

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

 span { border-color: rgb(77,64,250); }

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