#4D54F1

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

Shades of Neon Blue #4D54F1

Tints of Neon Blue #4D54F1

Color information

#4D54F1 (or 0x4D54F1) is unknown color: approx Neon Blue. HEX triplet: 4D, 54 and F1. RGB value is (77,84,241). Sum of RGB (Red+Green+Blue) = 77+84+241=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D54F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D54F1 is #B2AB0E. Grayscale: #636363. Windows color (decimal): -11709199 or 15815757. OLE color: 15815757.

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

Color convert

RGB7784241-
CMYK0.680.6500.05
HSL237.44º85.42%62.35%-
HSV(B)237.44º68.05%94.51%-
XYZ22.1114.2784.81-
YUV99.8207.68111.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.15%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 241 (94.53% from 255) = 59.95%
R=19.15%
G=20.90%
B=59.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal77842410.680.6500.05237.4485.4262.35
Hex4D54F1444105ed553e
Octal1151243611041010535512576
Binary1001101101010011110001100010010000010101111011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D54F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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