Html Css Color HEX #4D4EEF Neon Blue

📋 copy color: '#4D4EEF'

red 77 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #4D4EEF

Tints of Neon Blue #4D4EEF

RGB

 RED value IS 77 (30.47% from 255) = 19.54%

 GREEN value IS 78 (30.86% from 255) = 19.8%

 BLUE value IS 239 (93.75% from 255) = 60.66%

R = 19.54%
G = 19.8%
B = 60.66%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4D4EEF (or 0x4D4EEF) is known color: Neon Blue. HEX triplet: 4D, 4E and EF. RGB value is (77,78,239). Sum of RGB (Red+Green+Blue) = 77+78+239=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D4EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4EEF is #B2B110. Grayscale: #5F5F5F. Windows color (decimal): -11710737 or 15683149. OLE color: 15683149.

HSL color Cylindrical-coordinate representation of color #4D4EEF: hue angle of 239.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D4EEF is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 78 239 -
CMYK 0.68 0.67 0 0.06
HSL 239.63º 0.84% 0.62% -
HSV(B) 239.63º 0.68% 0.94% -
XYZ 21.36 13.26 83.09 -
YUV 96.06 208.67 114.41 -
System Red Green Blue C M Y K H S L
Decimal 77 78 239 0.68 0.67 0 0.06 239.63 0.84 0.62
Hex 4D 4E EF 44 43 0 6 F0 54 3E
Octal 115 116 357 104 103 0 6 360 124 76
Binary 1001101 1001110 11101111 1000100 1000011 0 110 11110000 1010100 111110

Color Harmonies of #4D4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4EEF

Black with #4D4EEF

Text Example


Text Example

White with #4D4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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