Html Css Color HEX #FA77D2 Neon Pink

📋 copy color: '#FA77D2'

red 250 ◦ green 119 ◦ blue 210

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

Shades of Neon Pink #FA77D2

Tints of Neon Pink #FA77D2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.55%

 BLUE value IS 210 (82.42% from 255) = 36.27%

R = 43.18%
G = 20.55%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA77D2 (or 0xFA77D2) is known color: Neon Pink. HEX triplet: FA, 77 and D2. RGB value is (250,119,210). Sum of RGB (Red+Green+Blue) = 250+119+210=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77D2 is #05882D. Grayscale: #A8A8A8. Windows color (decimal): -362542 or 13793274. OLE color: 13793274.

HSL color Cylindrical-coordinate representation of color #FA77D2: hue angle of 318.32º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA77D2 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 119 210 -
CMYK 0 0.52 0.16 0.02
HSL 318.32º 0.93% 0.72% -
HSV(B) 318.32º 0.52% 0.98% -
XYZ 57.65 38.17 65.3 -
YUV 168.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 250 119 210 0 0.52 0.16 0.02 318.32 0.93 0.72
Hex FA 77 D2 0 34 10 2 13E 5D 48
Octal 372 167 322 0 64 20 2 476 135 110
Binary 11111010 1110111 11010010 0 110100 10000 10 100111110 1011101 1001000

Color Harmonies of #FA77D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77D2

Black with #FA77D2

Text Example


Text Example

White with #FA77D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77D2; }

 p { color: rgb(250,119,210); }

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

background-color css

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

 a { background-color: rgb(250,119,210); }

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

border-color css

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

 span { border-color: rgb(250,119,210); }

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