Html Css Color HEX #FF50C2 Neon Pink

📋 copy color: '#FF50C2'

red 255 ◦ green 80 ◦ blue 194

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

Shades of Neon Pink #FF50C2

Tints of Neon Pink #FF50C2

RGB

 RED value IS 255 (100% from 255) = 48.2%

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

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 48.2%
G = 15.12%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF50C2 (or 0xFF50C2) is known color: Neon Pink. HEX triplet: FF, 50 and C2. RGB value is (255,80,194). Sum of RGB (Red+Green+Blue) = 255+80+194=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50C2 is #00AF3D. Grayscale: #919191. Windows color (decimal): -44862 or 12734719. OLE color: 12734719.

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

Color convert

RGB 255 80 194 -
CMYK 0 0.69 0.24 0
HSL 320.91º 1% 0.66% -
HSV(B) 320.91º 0.69% 1% -
XYZ 53.85 30.89 54.16 -
YUV 145.32 155.48 206.23 -
System Red Green Blue C M Y K H S L
Decimal 255 80 194 0 0.69 0.24 0 320.91 1 0.66
Hex FF 50 C2 0 45 18 0 141 64 42
Octal 377 120 302 0 105 30 0 501 144 102
Binary 11111111 1010000 11000010 0 1000101 11000 0 101000001 1100100 1000010

Color Harmonies of #FF50C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50C2

Black with #FF50C2

Text Example


Text Example

White with #FF50C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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