Html Css Color HEX #4D5AFC Neon Blue

📋 copy color: '#4D5AFC'

red 77 ◦ green 90 ◦ blue 252

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

Shades of Neon Blue #4D5AFC

Tints of Neon Blue #4D5AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.48%

 BLUE value IS 252 (98.83% from 255) = 60.14%

R = 18.38%
G = 21.48%
B = 60.14%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D5AFC (or 0x4D5AFC) is known color: Neon Blue. HEX triplet: 4D, 5A and FC. RGB value is (77,90,252). Sum of RGB (Red+Green+Blue) = 77+90+252=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D5AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5AFC is #B2A503. Grayscale: #676767. Windows color (decimal): -11707652 or 16538189. OLE color: 16538189.

HSL color Cylindrical-coordinate representation of color #4D5AFC: hue angle of 235.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D5AFC is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 90 252 -
CMYK 0.69 0.64 0 0.01
HSL 235.54º 0.97% 0.65% -
HSV(B) 235.54º 0.69% 0.99% -
XYZ 24.29 15.92 93.89 -
YUV 104.58 211.19 108.33 -
System Red Green Blue C M Y K H S L
Decimal 77 90 252 0.69 0.64 0 0.01 235.54 0.97 0.65
Hex 4D 5A FC 45 40 0 1 EC 61 41
Octal 115 132 374 105 100 0 1 354 141 101
Binary 1001101 1011010 11111100 1000101 1000000 0 1 11101100 1100001 1000001

Color Harmonies of #4D5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5AFC

Black with #4D5AFC

Text Example


Text Example

White with #4D5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,90,252); }

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

background-color css

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

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

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

border-color css

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

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

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