Html Css Color HEX #4D4DEA Neon Blue

📋 copy color: '#4D4DEA'

red 77 ◦ green 77 ◦ blue 234

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

Shades of Neon Blue #4D4DEA

Tints of Neon Blue #4D4DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.31%

R = 19.85%
G = 19.85%
B = 60.31%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D4DEA (or 0x4D4DEA) is known color: Neon Blue. HEX triplet: 4D, 4D and EA. RGB value is (77,77,234). Sum of RGB (Red+Green+Blue) = 77+77+234=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D4DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4DEA is #B2B215. Grayscale: #5E5E5E. Windows color (decimal): -11710998 or 15355213. OLE color: 15355213.

HSL color Cylindrical-coordinate representation of color #4D4DEA: hue angle of 240º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D4DEA is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 77 234 -
CMYK 0.67 0.67 0 0.08
HSL 240º 0.79% 0.61% -
HSV(B) 240º 0.67% 0.92% -
XYZ 20.57 12.83 79.23 -
YUV 94.9 206.5 115.23 -
System Red Green Blue C M Y K H S L
Decimal 77 77 234 0.67 0.67 0 0.08 240 0.79 0.61
Hex 4D 4D EA 43 43 0 8 F0 4F 3D
Octal 115 115 352 103 103 0 10 360 117 75
Binary 1001101 1001101 11101010 1000011 1000011 0 1000 11110000 1001111 111101

Color Harmonies of #4D4DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4DEA

Black with #4D4DEA

Text Example


Text Example

White with #4D4DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,77,234); }

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

background-color css

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

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

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

border-color css

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

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

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