#4D43FA

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

Shades of Neon Blue #4D43FA

Tints of Neon Blue #4D43FA

Color information

#4D43FA (or 0x4D43FA) is unknown color: approx Neon Blue. HEX triplet: 4D, 43 and FA. RGB value is (77,67,250). Sum of RGB (Red+Green+Blue) = 77+67+250=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D43FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D43FA is #B2BC05. Grayscale: #5A5A5A. Windows color (decimal): -11713542 or 16401229. OLE color: 16401229.

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

Color convert

RGB7767250-
CMYK0.690.7300.02
HSL243.28º94.82%62.16%-
HSV(B)243.28º73.2%98.04%-
XYZ22.3212.4991.68-
YUV90.85217.81118.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.54%
GREEN value IS 67 (26.56% from 255) = 17.01%
BLUE value IS 250 (98.05% from 255) = 63.45%
R=19.54%
G=17.01%
B=63.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal77672500.690.7300.02243.2894.8262.16
Hex4D43FA454902f35f3e
Octal1151033721051110236313776
Binary100110110000111111101010001011001001010111100111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D43FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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