Html Css Color HEX #4D3CDA Neon Blue

📋 copy color: '#4D3CDA'

red 77 ◦ green 60 ◦ blue 218

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

Shades of Neon Blue #4D3CDA

Tints of Neon Blue #4D3CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.41%

R = 21.69%
G = 16.9%
B = 61.41%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4D3CDA (or 0x4D3CDA) is known color: Neon Blue. HEX triplet: 4D, 3C and DA. RGB value is (77,60,218). Sum of RGB (Red+Green+Blue) = 77+60+218=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D3CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3CDA is #B2C325. Grayscale: #525252. Windows color (decimal): -11715366 or 14302285. OLE color: 14302285.

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

Color convert

RGB 77 60 218 -
CMYK 0.65 0.72 0 0.15
HSL 246.46º 0.68% 0.55% -
HSV(B) 246.46º 0.72% 0.85% -
XYZ 17.33 9.87 67.32 -
YUV 83.1 204.13 123.65 -
System Red Green Blue C M Y K H S L
Decimal 77 60 218 0.65 0.72 0 0.15 246.46 0.68 0.55
Hex 4D 3C DA 41 48 0 F F6 44 37
Octal 115 74 332 101 110 0 17 366 104 67
Binary 1001101 111100 11011010 1000001 1001000 0 1111 11110110 1000100 110111

Color Harmonies of #4D3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CDA

Black with #4D3CDA

Text Example


Text Example

White with #4D3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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