Html Css Color HEX #4D5BEC Neon Blue

📋 copy color: '#4D5BEC'

red 77 ◦ green 91 ◦ blue 236

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

Shades of Neon Blue #4D5BEC

Tints of Neon Blue #4D5BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.52%

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

R = 19.06%
G = 22.52%
B = 58.42%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4D5BEC (or 0x4D5BEC) is known color: Neon Blue. HEX triplet: 4D, 5B and EC. RGB value is (77,91,236). Sum of RGB (Red+Green+Blue) = 77+91+236=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D5BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5BEC is #B2A413. Grayscale: #666666. Windows color (decimal): -11707412 or 15489869. OLE color: 15489869.

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

Color convert

RGB 77 91 236 -
CMYK 0.67 0.61 0 0.07
HSL 234.72º 0.81% 0.61% -
HSV(B) 234.72º 0.67% 0.93% -
XYZ 21.94 15.12 81.12 -
YUV 103.34 202.86 109.21 -
System Red Green Blue C M Y K H S L
Decimal 77 91 236 0.67 0.61 0 0.07 234.72 0.81 0.61
Hex 4D 5B EC 43 3D 0 7 EB 51 3D
Octal 115 133 354 103 75 0 7 353 121 75
Binary 1001101 1011011 11101100 1000011 111101 0 111 11101011 1010001 111101

Color Harmonies of #4D5BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5BEC

Black with #4D5BEC

Text Example


Text Example

White with #4D5BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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