Html Css Color HEX #FA78C7 Neon Pink

📋 copy color: '#FA78C7'

red 250 ◦ green 120 ◦ blue 199

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

Shades of Neon Pink #FA78C7

Tints of Neon Pink #FA78C7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.09%

 BLUE value IS 199 (78.13% from 255) = 34.97%

R = 43.94%
G = 21.09%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA78C7 (or 0xFA78C7) is known color: Neon Pink. HEX triplet: FA, 78 and C7. RGB value is (250,120,199). Sum of RGB (Red+Green+Blue) = 250+120+199=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA78C7 is #058738. Grayscale: #A7A7A7. Windows color (decimal): -362297 or 13072634. OLE color: 13072634.

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

Color convert

RGB 250 120 199 -
CMYK 0 0.52 0.20 0.02
HSL 323.54º 0.93% 0.73% -
HSV(B) 323.54º 0.52% 0.98% -
XYZ 56.45 37.88 58.37 -
YUV 167.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 250 120 199 0 0.52 0.20 0.02 323.54 0.93 0.73
Hex FA 78 C7 0 34 14 2 144 5D 49
Octal 372 170 307 0 64 24 2 504 135 111
Binary 11111010 1111000 11000111 0 110100 10100 10 101000100 1011101 1001001

Color Harmonies of #FA78C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA78C7

Black with #FA78C7

Text Example


Text Example

White with #FA78C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA78C7; }

 p { color: rgb(250,120,199); }

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

background-color css

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

 a { background-color: rgb(250,120,199); }

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

border-color css

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

 span { border-color: rgb(250,120,199); }

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