Html Css Color HEX #4E41DB Neon Blue

📋 copy color: '#4E41DB'

red 78 ◦ green 65 ◦ blue 219

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

Shades of Neon Blue #4E41DB

Tints of Neon Blue #4E41DB

RGB

 RED value IS 78 (30.86% from 255) = 21.55%

 GREEN value IS 65 (25.78% from 255) = 17.96%

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

R = 21.55%
G = 17.96%
B = 60.5%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E41DB (or 0x4E41DB) is known color: Neon Blue. HEX triplet: 4E, 41 and DB. RGB value is (78,65,219). Sum of RGB (Red+Green+Blue) = 78+65+219=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E41DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E41DB is #B1BE24. Grayscale: #555555. Windows color (decimal): -11648549 or 14369102. OLE color: 14369102.

HSL color Cylindrical-coordinate representation of color #4E41DB: hue angle of 245.06º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E41DB is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 65 219 -
CMYK 0.64 0.70 0 0.14
HSL 245.06º 0.68% 0.56% -
HSV(B) 245.06º 0.7% 0.86% -
XYZ 17.82 10.51 68.11 -
YUV 86.44 202.81 121.98 -
System Red Green Blue C M Y K H S L
Decimal 78 65 219 0.64 0.70 0 0.14 245.06 0.68 0.56
Hex 4E 41 DB 40 46 0 E F5 44 38
Octal 116 101 333 100 106 0 16 365 104 70
Binary 1001110 1000001 11011011 1000000 1000110 0 1110 11110101 1000100 111000

Color Harmonies of #4E41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E41DB

Black with #4E41DB

Text Example


Text Example

White with #4E41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,65,219); }

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

background-color css

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

 a { background-color: rgb(78,65,219); }

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

border-color css

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

 span { border-color: rgb(78,65,219); }

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