Html Css Color HEX #4D3BDA Neon Blue

📋 copy color: '#4D3BDA'

red 77 ◦ green 59 ◦ blue 218

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

Shades of Neon Blue #4D3BDA

Tints of Neon Blue #4D3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.67%

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

R = 21.75%
G = 16.67%
B = 61.58%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4D3BDA (or 0x4D3BDA) is known color: Neon Blue. HEX triplet: 4D, 3B and DA. RGB value is (77,59,218). Sum of RGB (Red+Green+Blue) = 77+59+218=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D3BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3BDA is #B2C425. Grayscale: #515151. Windows color (decimal): -11715622 or 14302029. OLE color: 14302029.

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

Color convert

RGB 77 59 218 -
CMYK 0.65 0.73 0 0.15
HSL 246.79º 0.68% 0.54% -
HSV(B) 246.79º 0.73% 0.85% -
XYZ 17.28 9.77 67.3 -
YUV 82.51 204.46 124.07 -
System Red Green Blue C M Y K H S L
Decimal 77 59 218 0.65 0.73 0 0.15 246.79 0.68 0.54
Hex 4D 3B DA 41 49 0 F F7 44 36
Octal 115 73 332 101 111 0 17 367 104 66
Binary 1001101 111011 11011010 1000001 1001001 0 1111 11110111 1000100 110110

Color Harmonies of #4D3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3BDA

Black with #4D3BDA

Text Example


Text Example

White with #4D3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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