Html Css Color HEX #4D3FDB Neon Blue

📋 copy color: '#4D3FDB'

red 77 ◦ green 63 ◦ blue 219

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

Shades of Neon Blue #4D3FDB

Tints of Neon Blue #4D3FDB

RGB

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

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

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

R = 21.45%
G = 17.55%
B = 61%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D3FDB (or 0x4D3FDB) is known color: Neon Blue. HEX triplet: 4D, 3F and DB. RGB value is (77,63,219). Sum of RGB (Red+Green+Blue) = 77+63+219=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D3FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3FDB is #B2C024. Grayscale: #545454. Windows color (decimal): -11714597 or 14368589. OLE color: 14368589.

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

Color convert

RGB 77 63 219 -
CMYK 0.65 0.71 0 0.14
HSL 245.38º 0.68% 0.55% -
HSV(B) 245.38º 0.71% 0.86% -
XYZ 17.62 10.25 68.07 -
YUV 84.97 203.64 122.32 -
System Red Green Blue C M Y K H S L
Decimal 77 63 219 0.65 0.71 0 0.14 245.38 0.68 0.55
Hex 4D 3F DB 41 47 0 E F5 44 37
Octal 115 77 333 101 107 0 16 365 104 67
Binary 1001101 111111 11011011 1000001 1000111 0 1110 11110101 1000100 110111

Color Harmonies of #4D3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3FDB

Black with #4D3FDB

Text Example


Text Example

White with #4D3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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