#4D3DDF

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

Shades of Neon Blue #4D3DDF

Tints of Neon Blue #4D3DDF

Color information

#4D3DDF (or 0x4D3DDF) is unknown color: approx Neon Blue. HEX triplet: 4D, 3D and DF. RGB value is (77,61,223). Sum of RGB (Red+Green+Blue) = 77+61+223=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D3DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DDF is #B2C220. Grayscale: #535353. Windows color (decimal): -11715105 or 14630221. OLE color: 14630221.

HSL color Cylindrical-coordinate representation of color #4D3DDF: hue angle of 245.93º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D3DDF is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7761223-
CMYK0.650.7300.13
HSL245.93º71.68%55.69%-
HSV(B)245.93º72.65%87.45%-
XYZ18.0510.2470.84-
YUV84.25206.3122.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.33%
GREEN value IS 61 (24.22% from 255) = 16.90%
BLUE value IS 223 (87.5% from 255) = 61.77%
R=21.33%
G=16.90%
B=61.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77612230.650.7300.13245.9371.6855.69
Hex4D3DDF41490Df64838
Octal1157533710111101536611070
Binary1001101111101110111111000001100100101101111101101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,61,223); }

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

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

 a { background-color: rgb(77,61,223); }

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

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

 span { border-color: rgb(77,61,223); }

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