Html Css Color HEX #4E4CDF Neon Blue

📋 copy color: '#4E4CDF'

red 78 ◦ green 76 ◦ blue 223

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

Shades of Neon Blue #4E4CDF

Tints of Neon Blue #4E4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.16%

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

R = 20.69%
G = 20.16%
B = 59.15%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E4CDF (or 0x4E4CDF) is known color: Neon Blue. HEX triplet: 4E, 4C and DF. RGB value is (78,76,223). Sum of RGB (Red+Green+Blue) = 78+76+223=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E4CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CDF is #B1B320. Grayscale: #5C5C5C. Windows color (decimal): -11645729 or 14634062. OLE color: 14634062.

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

Color convert

RGB 78 76 223 -
CMYK 0.65 0.66 0 0.13
HSL 240.82º 0.7% 0.59% -
HSV(B) 240.82º 0.66% 0.87% -
XYZ 19.05 12.12 71.15 -
YUV 93.36 201.16 117.05 -
System Red Green Blue C M Y K H S L
Decimal 78 76 223 0.65 0.66 0 0.13 240.82 0.7 0.59
Hex 4E 4C DF 41 42 0 D F1 46 3B
Octal 116 114 337 101 102 0 15 361 106 73
Binary 1001110 1001100 11011111 1000001 1000010 0 1101 11110001 1000110 111011

Color Harmonies of #4E4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4CDF

Black with #4E4CDF

Text Example


Text Example

White with #4E4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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