Html Css Color HEX #4D5DF7 Neon Blue

📋 copy color: '#4D5DF7'

red 77 ◦ green 93 ◦ blue 247

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

Shades of Neon Blue #4D5DF7

Tints of Neon Blue #4D5DF7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.3%

 BLUE value IS 247 (96.88% from 255) = 59.23%

R = 18.47%
G = 22.3%
B = 59.23%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4D5DF7 (or 0x4D5DF7) is known color: Neon Blue. HEX triplet: 4D, 5D and F7. RGB value is (77,93,247). Sum of RGB (Red+Green+Blue) = 77+93+247=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 247 (96.88% from 255 or 59.23% from 417); Max value from RGB is 247 - color contains mainly: blue. Hex color #4D5DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5DF7 is #B2A208. Grayscale: #696969. Windows color (decimal): -11706889 or 16211277. OLE color: 16211277.

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

Color convert

RGB 77 93 247 -
CMYK 0.69 0.62 0 0.03
HSL 234.35º 0.91% 0.64% -
HSV(B) 234.35º 0.69% 0.97% -
XYZ 23.76 16.12 89.86 -
YUV 105.77 207.7 107.48 -
System Red Green Blue C M Y K H S L
Decimal 77 93 247 0.69 0.62 0 0.03 234.35 0.91 0.64
Hex 4D 5D F7 45 3E 0 3 EA 5B 40
Octal 115 135 367 105 76 0 3 352 133 100
Binary 1001101 1011101 11110111 1000101 111110 0 11 11101010 1011011 1000000

Color Harmonies of #4D5DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5DF7

Black with #4D5DF7

Text Example


Text Example

White with #4D5DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,93,247); }

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

background-color css

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

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

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

border-color css

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

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

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