Html Css Color HEX #4E49DF Neon Blue

📋 copy color: '#4E49DF'

red 78 ◦ green 73 ◦ blue 223

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

Shades of Neon Blue #4E49DF

Tints of Neon Blue #4E49DF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.52%

 BLUE value IS 223 (87.5% from 255) = 59.63%

R = 20.86%
G = 19.52%
B = 59.63%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E49DF (or 0x4E49DF) is known color: Neon Blue. HEX triplet: 4E, 49 and DF. RGB value is (78,73,223). Sum of RGB (Red+Green+Blue) = 78+73+223=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E49DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E49DF is #B1B620. Grayscale: #5B5B5B. Windows color (decimal): -11646497 or 14633294. OLE color: 14633294.

HSL color Cylindrical-coordinate representation of color #4E49DF: hue angle of 242º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E49DF is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 73 223 -
CMYK 0.65 0.67 0 0.13
HSL 242º 0.7% 0.58% -
HSV(B) 242º 0.67% 0.87% -
XYZ 18.84 11.71 71.08 -
YUV 91.6 202.16 118.3 -
System Red Green Blue C M Y K H S L
Decimal 78 73 223 0.65 0.67 0 0.13 242 0.7 0.58
Hex 4E 49 DF 41 43 0 D F2 46 3A
Octal 116 111 337 101 103 0 15 362 106 72
Binary 1001110 1001001 11011111 1000001 1000011 0 1101 11110010 1000110 111010

Color Harmonies of #4E49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E49DF

Black with #4E49DF

Text Example


Text Example

White with #4E49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,73,223); }

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

background-color css

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

 a { background-color: rgb(78,73,223); }

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

border-color css

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

 span { border-color: rgb(78,73,223); }

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