Html Css Color HEX #4D3ADB Neon Blue

📋 copy color: '#4D3ADB'

red 77 ◦ green 58 ◦ blue 219

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

Shades of Neon Blue #4D3ADB

Tints of Neon Blue #4D3ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 21.75%
G = 16.38%
B = 61.86%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D3ADB (or 0x4D3ADB) is known color: Neon Blue. HEX triplet: 4D, 3A and DB. RGB value is (77,58,219). Sum of RGB (Red+Green+Blue) = 77+58+219=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D3ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3ADB is #B2C524. Grayscale: #515151. Windows color (decimal): -11715877 or 14367309. OLE color: 14367309.

HSL color Cylindrical-coordinate representation of color #4D3ADB: hue angle of 247.08º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D3ADB is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 58 219 -
CMYK 0.65 0.74 0 0.14
HSL 247.08º 0.69% 0.54% -
HSV(B) 247.08º 0.74% 0.86% -
XYZ 17.36 9.72 67.98 -
YUV 82.04 205.29 124.41 -
System Red Green Blue C M Y K H S L
Decimal 77 58 219 0.65 0.74 0 0.14 247.08 0.69 0.54
Hex 4D 3A DB 41 4A 0 E F7 45 36
Octal 115 72 333 101 112 0 16 367 105 66
Binary 1001101 111010 11011011 1000001 1001010 0 1110 11110111 1000101 110110

Color Harmonies of #4D3ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3ADB

Black with #4D3ADB

Text Example


Text Example

White with #4D3ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,58,219); }

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

background-color css

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

 a { background-color: rgb(77,58,219); }

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

border-color css

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

 span { border-color: rgb(77,58,219); }

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