Html Css Color HEX #4D50FF Neon Blue

📋 copy color: '#4D50FF'

red 77 ◦ green 80 ◦ blue 255

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

Shades of Neon Blue #4D50FF

Tints of Neon Blue #4D50FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

 BLUE value IS 255 (100% from 255) = 61.89%

R = 18.69%
G = 19.42%
B = 61.89%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D50FF (or 0x4D50FF) is known color: Neon Blue. HEX triplet: 4D, 50 and FF. RGB value is (77,80,255). Sum of RGB (Red+Green+Blue) = 77+80+255=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D50FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D50FF is #B2AF00. Grayscale: #626262. Windows color (decimal): -11710209 or 16732237. OLE color: 16732237.

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

Color convert

RGB 77 80 255 -
CMYK 0.70 0.69 0 0
HSL 238.99º 1% 0.65% -
HSV(B) 238.99º 0.7% 1% -
XYZ 23.98 14.54 96.15 -
YUV 99.05 216.01 112.27 -
System Red Green Blue C M Y K H S L
Decimal 77 80 255 0.70 0.69 0 0 238.99 1 0.65
Hex 4D 50 FF 46 45 0 0 EF 64 41
Octal 115 120 377 106 105 0 0 357 144 101
Binary 1001101 1010000 11111111 1000110 1000101 0 0 11101111 1100100 1000001

Color Harmonies of #4D50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D50FF

Black with #4D50FF

Text Example


Text Example

White with #4D50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,255); }

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

background-color css

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

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

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

border-color css

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

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

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