Html Css Color HEX #4E38DC Neon Blue

📋 copy color: '#4E38DC'

red 78 ◦ green 56 ◦ blue 220

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

Shades of Neon Blue #4E38DC

Tints of Neon Blue #4E38DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.82%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 22.03%
G = 15.82%
B = 62.15%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E38DC (or 0x4E38DC) is known color: Neon Blue. HEX triplet: 4E, 38 and DC. RGB value is (78,56,220). Sum of RGB (Red+Green+Blue) = 78+56+220=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E38DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E38DC is #B1C723. Grayscale: #505050. Windows color (decimal): -11650852 or 14432334. OLE color: 14432334.

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

Color convert

RGB 78 56 220 -
CMYK 0.65 0.75 0 0.14
HSL 248.05º 0.7% 0.54% -
HSV(B) 248.05º 0.75% 0.86% -
XYZ 17.47 9.62 68.65 -
YUV 81.27 206.29 125.66 -
System Red Green Blue C M Y K H S L
Decimal 78 56 220 0.65 0.75 0 0.14 248.05 0.7 0.54
Hex 4E 38 DC 41 4B 0 E F8 46 36
Octal 116 70 334 101 113 0 16 370 106 66
Binary 1001110 111000 11011100 1000001 1001011 0 1110 11111000 1000110 110110

Color Harmonies of #4E38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E38DC

Black with #4E38DC

Text Example


Text Example

White with #4E38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,56,220); }

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

background-color css

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

 a { background-color: rgb(78,56,220); }

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

border-color css

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

 span { border-color: rgb(78,56,220); }

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