Html Css Color HEX #4D4FFD Neon Blue

📋 copy color: '#4D4FFD'

red 77 ◦ green 79 ◦ blue 253

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

Shades of Neon Blue #4D4FFD

Tints of Neon Blue #4D4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.32%

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

R = 18.83%
G = 19.32%
B = 61.86%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D4FFD (or 0x4D4FFD) is known color: Neon Blue. HEX triplet: 4D, 4F and FD. RGB value is (77,79,253). Sum of RGB (Red+Green+Blue) = 77+79+253=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D4FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4FFD is #B2B002. Grayscale: #616161. Windows color (decimal): -11710467 or 16600909. OLE color: 16600909.

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

Color convert

RGB 77 79 253 -
CMYK 0.70 0.69 0 0.01
HSL 239.32º 0.98% 0.65% -
HSV(B) 239.32º 0.7% 0.99% -
XYZ 23.59 14.26 94.44 -
YUV 98.24 215.34 112.85 -
System Red Green Blue C M Y K H S L
Decimal 77 79 253 0.70 0.69 0 0.01 239.32 0.98 0.65
Hex 4D 4F FD 46 45 0 1 EF 62 41
Octal 115 117 375 106 105 0 1 357 142 101
Binary 1001101 1001111 11111101 1000110 1000101 0 1 11101111 1100010 1000001

Color Harmonies of #4D4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4FFD

Black with #4D4FFD

Text Example


Text Example

White with #4D4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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