Html Css Color HEX #4E3FDC Neon Blue

📋 copy color: '#4E3FDC'

red 78 ◦ green 63 ◦ blue 220

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

Shades of Neon Blue #4E3FDC

Tints of Neon Blue #4E3FDC

RGB

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

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

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

R = 21.61%
G = 17.45%
B = 60.94%

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

#4E3FDC (or 0x4E3FDC) is known color: Neon Blue. HEX triplet: 4E, 3F and DC. RGB value is (78,63,220). Sum of RGB (Red+Green+Blue) = 78+63+220=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E3FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3FDC is #B1C023. Grayscale: #545454. Windows color (decimal): -11649060 or 14434126. OLE color: 14434126.

HSL color Cylindrical-coordinate representation of color #4E3FDC: hue angle of 245.73º degrees, saturation: 0.69, 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 #4E3FDC is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 63 220 -
CMYK 0.65 0.71 0 0.14
HSL 245.73º 0.69% 0.55% -
HSV(B) 245.73º 0.71% 0.86% -
XYZ 17.84 10.34 68.77 -
YUV 85.38 203.97 122.73 -
System Red Green Blue C M Y K H S L
Decimal 78 63 220 0.65 0.71 0 0.14 245.73 0.69 0.55
Hex 4E 3F DC 41 47 0 E F6 45 37
Octal 116 77 334 101 107 0 16 366 105 67
Binary 1001110 111111 11011100 1000001 1000111 0 1110 11110110 1000101 110111

Color Harmonies of #4E3FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3FDC

Black with #4E3FDC

Text Example


Text Example

White with #4E3FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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