Html Css Color HEX #FA50C2 Neon Pink

📋 copy color: '#FA50C2'

red 250 ◦ green 80 ◦ blue 194

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

Shades of Neon Pink #FA50C2

Tints of Neon Pink #FA50C2

RGB

 RED value IS 250 (98.05% from 255) = 47.71%

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

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

R = 47.71%
G = 15.27%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA50C2 (or 0xFA50C2) is known color: Neon Pink. HEX triplet: FA, 50 and C2. RGB value is (250,80,194). Sum of RGB (Red+Green+Blue) = 250+80+194=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA50C2 is #05AF3D. Grayscale: #8F8F8F. Windows color (decimal): -372542 or 12734714. OLE color: 12734714.

HSL color Cylindrical-coordinate representation of color #FA50C2: hue angle of 319.76º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA50C2 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 80 194 -
CMYK 0 0.68 0.22 0.02
HSL 319.76º 0.94% 0.65% -
HSV(B) 319.76º 0.68% 0.98% -
XYZ 52.03 29.96 54.08 -
YUV 143.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 250 80 194 0 0.68 0.22 0.02 319.76 0.94 0.65
Hex FA 50 C2 0 44 16 2 140 5E 41
Octal 372 120 302 0 104 26 2 500 136 101
Binary 11111010 1010000 11000010 0 1000100 10110 10 101000000 1011110 1000001

Color Harmonies of #FA50C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA50C2

Black with #FA50C2

Text Example


Text Example

White with #FA50C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA50C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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