Html Css Color HEX #4D3CDF Neon Blue

📋 copy color: '#4D3CDF'

red 77 ◦ green 60 ◦ blue 223

#4D3CDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4D3CDF

Tints of Neon Blue #4D3CDF

RGB

 RED value IS 77 (30.47% from 255) = 21.39%

 GREEN value IS 60 (23.83% from 255) = 16.67%

 BLUE value IS 223 (87.5% from 255) = 61.94%

R = 21.39%
G = 16.67%
B = 61.94%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D3CDF (or 0x4D3CDF) is known color: Neon Blue. HEX triplet: 4D, 3C and DF. RGB value is (77,60,223). Sum of RGB (Red+Green+Blue) = 77+60+223=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D3CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3CDF is #B2C320. Grayscale: #535353. Windows color (decimal): -11715361 or 14629965. OLE color: 14629965.

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

Color convert

RGB 77 60 223 -
CMYK 0.65 0.73 0 0.13
HSL 246.26º 0.72% 0.55% -
HSV(B) 246.26º 0.73% 0.87% -
XYZ 18 10.14 70.82 -
YUV 83.67 206.63 123.25 -
System Red Green Blue C M Y K H S L
Decimal 77 60 223 0.65 0.73 0 0.13 246.26 0.72 0.55
Hex 4D 3C DF 41 49 0 D F6 48 37
Octal 115 74 337 101 111 0 15 366 110 67
Binary 1001101 111100 11011111 1000001 1001001 0 1101 11110110 1001000 110111

Color Harmonies of #4D3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CDF

Black with #4D3CDF

Text Example


Text Example

White with #4D3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D3CDF;
 }
 .AnyTagClassName
 {
   color: #4D3CDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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