Html Css Color HEX #4D5CFF Neon Blue

📋 copy color: '#4D5CFF'

red 77 ◦ green 92 ◦ blue 255

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

Shades of Neon Blue #4D5CFF

Tints of Neon Blue #4D5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.7%

 BLUE value IS 255 (100% from 255) = 60.14%

R = 18.16%
G = 21.7%
B = 60.14%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D5CFF (or 0x4D5CFF) is known color: Neon Blue. HEX triplet: 4D, 5C and FF. RGB value is (77,92,255). Sum of RGB (Red+Green+Blue) = 77+92+255=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D5CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5CFF is #B2A300. Grayscale: #696969. Windows color (decimal): -11707137 or 16735309. OLE color: 16735309.

HSL color Cylindrical-coordinate representation of color #4D5CFF: hue angle of 234.94º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D5CFF is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 77 92 255 -
CMYK 0.70 0.64 0 0
HSL 234.94º 1% 0.65% -
HSV(B) 234.94º 0.7% 1% -
XYZ 24.94 16.45 96.47 -
YUV 106.1 212.03 107.25 -
System Red Green Blue C M Y K H S L
Decimal 77 92 255 0.70 0.64 0 0 234.94 1 0.65
Hex 4D 5C FF 46 40 0 0 EB 64 41
Octal 115 134 377 106 100 0 0 353 144 101
Binary 1001101 1011100 11111111 1000110 1000000 0 0 11101011 1100100 1000001

Color Harmonies of #4D5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5CFF

Black with #4D5CFF

Text Example


Text Example

White with #4D5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,92,255); }

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

background-color css

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

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

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

border-color css

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

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

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