Html Css Color HEX #4D3FDD Neon Blue

📋 copy color: '#4D3FDD'

red 77 ◦ green 63 ◦ blue 221

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

Shades of Neon Blue #4D3FDD

Tints of Neon Blue #4D3FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

 BLUE value IS 221 (86.72% from 255) = 61.22%

R = 21.33%
G = 17.45%
B = 61.22%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D3FDD (or 0x4D3FDD) is known color: Neon Blue. HEX triplet: 4D, 3F and DD. RGB value is (77,63,221). Sum of RGB (Red+Green+Blue) = 77+63+221=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D3FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3FDD is #B2C022. Grayscale: #545454. Windows color (decimal): -11714595 or 14499661. OLE color: 14499661.

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

Color convert

RGB 77 63 221 -
CMYK 0.65 0.71 0 0.13
HSL 245.32º 0.7% 0.56% -
HSV(B) 245.32º 0.71% 0.87% -
XYZ 17.89 10.35 69.46 -
YUV 85.2 204.64 122.15 -
System Red Green Blue C M Y K H S L
Decimal 77 63 221 0.65 0.71 0 0.13 245.32 0.7 0.56
Hex 4D 3F DD 41 47 0 D F5 46 38
Octal 115 77 335 101 107 0 15 365 106 70
Binary 1001101 111111 11011101 1000001 1000111 0 1101 11110101 1000110 111000

Color Harmonies of #4D3FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3FDD

Black with #4D3FDD

Text Example


Text Example

White with #4D3FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,63,221); }

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

background-color css

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

 a { background-color: rgb(77,63,221); }

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

border-color css

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

 span { border-color: rgb(77,63,221); }

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