Html Css Color HEX #FA77D6 Neon Pink

📋 copy color: '#FA77D6'

red 250 ◦ green 119 ◦ blue 214

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

Shades of Neon Pink #FA77D6

Tints of Neon Pink #FA77D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.71%

R = 42.88%
G = 20.41%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FA77D6 (or 0xFA77D6) is known color: Neon Pink. HEX triplet: FA, 77 and D6. RGB value is (250,119,214). Sum of RGB (Red+Green+Blue) = 250+119+214=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77D6 is #058829. Grayscale: #A8A8A8. Windows color (decimal): -362538 or 14055418. OLE color: 14055418.

HSL color Cylindrical-coordinate representation of color #FA77D6: hue angle of 316.49º 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 #FA77D6 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 119 214 -
CMYK 0 0.52 0.14 0.02
HSL 316.49º 0.93% 0.72% -
HSV(B) 316.49º 0.52% 0.98% -
XYZ 58.16 38.37 67.96 -
YUV 169 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 250 119 214 0 0.52 0.14 0.02 316.49 0.93 0.72
Hex FA 77 D6 0 34 E 2 13C 5D 48
Octal 372 167 326 0 64 16 2 474 135 110
Binary 11111010 1110111 11010110 0 110100 1110 10 100111100 1011101 1001000

Color Harmonies of #FA77D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77D6

Black with #FA77D6

Text Example


Text Example

White with #FA77D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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