#4D3AF1

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

Shades of Neon Blue #4D3AF1

Tints of Neon Blue #4D3AF1

Color information

#4D3AF1 (or 0x4D3AF1) is unknown color: approx Neon Blue. HEX triplet: 4D, 3A and F1. RGB value is (77,58,241). Sum of RGB (Red+Green+Blue) = 77+58+241=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D3AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3AF1 is #B2C50E. Grayscale: #535353. Windows color (decimal): -11715855 or 15809101. OLE color: 15809101.

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

Color convert

RGB7758241-
CMYK0.680.7600.05
HSL246.23º86.73%58.63%-
HSV(B)246.23º75.93%94.51%-
XYZ20.4510.9584.26-
YUV84.54216.29122.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.48%
GREEN value IS 58 (23.05% from 255) = 15.43%
BLUE value IS 241 (94.53% from 255) = 64.10%
R=20.48%
G=15.43%
B=64.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal77582410.680.7600.05246.2386.7358.63
Hex4D3AF1444C05f6573b
Octal115723611041140536612773
Binary100110111101011110001100010010011000101111101101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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