Html Css Color HEX #4D4AFE Neon Blue

📋 copy color: '#4D4AFE'

red 77 ◦ green 74 ◦ blue 254

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

Shades of Neon Blue #4D4AFE

Tints of Neon Blue #4D4AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.27%

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

R = 19.01%
G = 18.27%
B = 62.72%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D4AFE (or 0x4D4AFE) is known color: Neon Blue. HEX triplet: 4D, 4A and FE. RGB value is (77,74,254). Sum of RGB (Red+Green+Blue) = 77+74+254=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D4AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4AFE is #B2B501. Grayscale: #5E5E5E. Windows color (decimal): -11711746 or 16665165. OLE color: 16665165.

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

Color convert

RGB 77 74 254 -
CMYK 0.70 0.71 0 0.00
HSL 241º 0.99% 0.64% -
HSV(B) 241º 0.71% 1% -
XYZ 23.4 13.63 95.16 -
YUV 95.42 217.49 114.86 -
System Red Green Blue C M Y K H S L
Decimal 77 74 254 0.70 0.71 0 0.00 241 0.99 0.64
Hex 4D 4A FE 46 47 0 0 F1 63 40
Octal 115 112 376 106 107 0 0 361 143 100
Binary 1001101 1001010 11111110 1000110 1000111 0 0 11110001 1100011 1000000

Color Harmonies of #4D4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4AFE

Black with #4D4AFE

Text Example


Text Example

White with #4D4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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