Html Css Color HEX #4D42EC Neon Blue

📋 copy color: '#4D42EC'

red 77 ◦ green 66 ◦ blue 236

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

Shades of Neon Blue #4D42EC

Tints of Neon Blue #4D42EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 20.32%
G = 17.41%
B = 62.27%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4D42EC (or 0x4D42EC) is known color: Neon Blue. HEX triplet: 4D, 42 and EC. RGB value is (77,66,236). Sum of RGB (Red+Green+Blue) = 77+66+236=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D42EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D42EC is #B2BD13. Grayscale: #585858. Windows color (decimal): -11713812 or 15483469. OLE color: 15483469.

HSL color Cylindrical-coordinate representation of color #4D42EC: hue angle of 243.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D42EC is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 66 236 -
CMYK 0.67 0.72 0 0.07
HSL 243.88º 0.82% 0.59% -
HSV(B) 243.88º 0.72% 0.93% -
XYZ 20.15 11.53 80.52 -
YUV 88.67 211.14 119.68 -
System Red Green Blue C M Y K H S L
Decimal 77 66 236 0.67 0.72 0 0.07 243.88 0.82 0.59
Hex 4D 42 EC 43 48 0 7 F4 52 3B
Octal 115 102 354 103 110 0 7 364 122 73
Binary 1001101 1000010 11101100 1000011 1001000 0 111 11110100 1010010 111011

Color Harmonies of #4D42EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D42EC

Black with #4D42EC

Text Example


Text Example

White with #4D42EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,236); }

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

background-color css

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

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

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

border-color css

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

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

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