#4D4AF1

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

Shades of Neon Blue #4D4AF1

Tints of Neon Blue #4D4AF1

Color information

#4D4AF1 (or 0x4D4AF1) is unknown color: approx Neon Blue. HEX triplet: 4D, 4A and F1. RGB value is (77,74,241). Sum of RGB (Red+Green+Blue) = 77+74+241=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D4AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4AF1 is #B2B50E. Grayscale: #5D5D5D. Windows color (decimal): -11711759 or 15813197. OLE color: 15813197.

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

Color convert

RGB7774241-
CMYK0.680.6900.05
HSL241.08º85.64%61.76%-
HSV(B)241.08º69.29%94.51%-
XYZ21.3912.8384.57-
YUV93.94210.99115.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.64%
GREEN value IS 74 (29.30% from 255) = 18.88%
BLUE value IS 241 (94.53% from 255) = 61.48%
R=19.64%
G=18.88%
B=61.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal77742410.680.6900.05241.0885.6461.76
Hex4D4AF1444505f1563e
Octal1151123611041050536112676
Binary1001101100101011110001100010010001010101111100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,74,241); }

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

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

 a { background-color: rgb(77,74,241); }

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

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

 span { border-color: rgb(77,74,241); }

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