Html Css Color HEX #4D4AFD Neon Blue

📋 copy color: '#4D4AFD'

red 77 ◦ green 74 ◦ blue 253

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

Shades of Neon Blue #4D4AFD

Tints of Neon Blue #4D4AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.62%

R = 19.06%
G = 18.32%
B = 62.62%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D4AFD (or 0x4D4AFD) is known color: Neon Blue. HEX triplet: 4D, 4A and FD. RGB value is (77,74,253). Sum of RGB (Red+Green+Blue) = 77+74+253=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D4AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4AFD is #B2B502. Grayscale: #5E5E5E. Windows color (decimal): -11711747 or 16599629. OLE color: 16599629.

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

Color convert

RGB 77 74 253 -
CMYK 0.70 0.71 0 0.01
HSL 241.01º 0.98% 0.64% -
HSV(B) 241.01º 0.71% 0.99% -
XYZ 23.24 13.57 94.32 -
YUV 95.3 216.99 114.95 -
System Red Green Blue C M Y K H S L
Decimal 77 74 253 0.70 0.71 0 0.01 241.01 0.98 0.64
Hex 4D 4A FD 46 47 0 1 F1 62 40
Octal 115 112 375 106 107 0 1 361 142 100
Binary 1001101 1001010 11111101 1000110 1000111 0 1 11110001 1100010 1000000

Color Harmonies of #4D4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4AFD

Black with #4D4AFD

Text Example


Text Example

White with #4D4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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