Html Css Color HEX #FC78D1 Neon Pink

📋 copy color: '#FC78D1'

red 252 ◦ green 120 ◦ blue 209

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

Shades of Neon Pink #FC78D1

Tints of Neon Pink #FC78D1

RGB

 RED value IS 252 (98.83% from 255) = 43.37%

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

 BLUE value IS 209 (82.03% from 255) = 35.97%

R = 43.37%
G = 20.65%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC78D1 (or 0xFC78D1) is known color: Neon Pink. HEX triplet: FC, 78 and D1. RGB value is (252,120,209). Sum of RGB (Red+Green+Blue) = 252+120+209=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78D1 is #03872E. Grayscale: #A9A9A9. Windows color (decimal): -231215 or 13727996. OLE color: 13727996.

HSL color Cylindrical-coordinate representation of color #FC78D1: hue angle of 319.55º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC78D1 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 120 209 -
CMYK 0 0.52 0.17 0.01
HSL 319.55º 0.96% 0.73% -
HSV(B) 319.55º 0.52% 0.99% -
XYZ 58.37 38.73 64.72 -
YUV 169.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 252 120 209 0 0.52 0.17 0.01 319.55 0.96 0.73
Hex FC 78 D1 0 34 11 1 140 60 49
Octal 374 170 321 0 64 21 1 500 140 111
Binary 11111100 1111000 11010001 0 110100 10001 1 101000000 1100000 1001001

Color Harmonies of #FC78D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC78D1

Black with #FC78D1

Text Example


Text Example

White with #FC78D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC78D1; }

 p { color: rgb(252,120,209); }

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

background-color css

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

 a { background-color: rgb(252,120,209); }

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

border-color css

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

 span { border-color: rgb(252,120,209); }

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