Html Css Color HEX #4D4DFE Neon Blue

📋 copy color: '#4D4DFE'

red 77 ◦ green 77 ◦ blue 254

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

Shades of Neon Blue #4D4DFE

Tints of Neon Blue #4D4DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

 BLUE value IS 254 (99.61% from 255) = 62.25%

R = 18.87%
G = 18.87%
B = 62.25%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D4DFE (or 0x4D4DFE) is known color: Neon Blue. HEX triplet: 4D, 4D and FE. RGB value is (77,77,254). Sum of RGB (Red+Green+Blue) = 77+77+254=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D4DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4DFE is #B2B201. Grayscale: #606060. Windows color (decimal): -11710978 or 16665933. OLE color: 16665933.

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

Color convert

RGB 77 77 254 -
CMYK 0.70 0.70 0 0.00
HSL 240º 0.99% 0.65% -
HSV(B) 240º 0.7% 1% -
XYZ 23.6 14.04 95.23 -
YUV 97.18 216.5 113.61 -
System Red Green Blue C M Y K H S L
Decimal 77 77 254 0.70 0.70 0 0.00 240 0.99 0.65
Hex 4D 4D FE 46 46 0 0 F0 63 41
Octal 115 115 376 106 106 0 0 360 143 101
Binary 1001101 1001101 11111110 1000110 1000110 0 0 11110000 1100011 1000001

Color Harmonies of #4D4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4DFE

Black with #4D4DFE

Text Example


Text Example

White with #4D4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,77,254); }

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

background-color css

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

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

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

border-color css

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

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

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