#4D40FB

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

Shades of Neon Blue #4D40FB

Tints of Neon Blue #4D40FB

Color information

#4D40FB (or 0x4D40FB) is unknown color: approx Neon Blue. HEX triplet: 4D, 40 and FB. RGB value is (77,64,251). Sum of RGB (Red+Green+Blue) = 77+64+251=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D40FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D40FB is #B2BF04. Grayscale: #585858. Windows color (decimal): -11714309 or 16465997. OLE color: 16465997.

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

Color convert

RGB7764251-
CMYK0.690.7500.02
HSL244.17º95.9%61.76%-
HSV(B)244.17º74.5%98.43%-
XYZ22.3112.2192.45-
YUV89.2219.31119.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.64%
GREEN value IS 64 (25.39% from 255) = 16.33%
BLUE value IS 251 (98.44% from 255) = 64.03%
R=19.64%
G=16.33%
B=64.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal77642510.690.7500.02244.1795.961.76
Hex4D40FB454B02f4603e
Octal1151003731051130236414076
Binary100110110000001111101110001011001011010111101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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