Html Css Color HEX #4E4DDF Neon Blue

📋 copy color: '#4E4DDF'

red 78 ◦ green 77 ◦ blue 223

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

Shades of Neon Blue #4E4DDF

Tints of Neon Blue #4E4DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.37%

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

R = 20.63%
G = 20.37%
B = 58.99%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E4DDF (or 0x4E4DDF) is known color: Neon Blue. HEX triplet: 4E, 4D and DF. RGB value is (78,77,223). Sum of RGB (Red+Green+Blue) = 78+77+223=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E4DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DDF is #B1B220. Grayscale: #5D5D5D. Windows color (decimal): -11645473 or 14634318. OLE color: 14634318.

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

Color convert

RGB 78 77 223 -
CMYK 0.65 0.65 0 0.13
HSL 240.41º 0.7% 0.59% -
HSV(B) 240.41º 0.65% 0.87% -
XYZ 19.12 12.26 71.17 -
YUV 93.94 200.83 116.63 -
System Red Green Blue C M Y K H S L
Decimal 78 77 223 0.65 0.65 0 0.13 240.41 0.7 0.59
Hex 4E 4D DF 41 41 0 D F0 46 3B
Octal 116 115 337 101 101 0 15 360 106 73
Binary 1001110 1001101 11011111 1000001 1000001 0 1101 11110000 1000110 111011

Color Harmonies of #4E4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4DDF

Black with #4E4DDF

Text Example


Text Example

White with #4E4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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