Html Css Color HEX #FC70C7 Neon Pink

📋 copy color: '#FC70C7'

red 252 ◦ green 112 ◦ blue 199

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

Shades of Neon Pink #FC70C7

Tints of Neon Pink #FC70C7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.89%

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

R = 44.76%
G = 19.89%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC70C7 (or 0xFC70C7) is known color: Neon Pink. HEX triplet: FC, 70 and C7. RGB value is (252,112,199). Sum of RGB (Red+Green+Blue) = 252+112+199=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70C7 is #038F38. Grayscale: #A3A3A3. Windows color (decimal): -233273 or 13070588. OLE color: 13070588.

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

Color convert

RGB 252 112 199 -
CMYK 0 0.56 0.21 0.01
HSL 322.71º 0.96% 0.71% -
HSV(B) 322.71º 0.56% 0.99% -
XYZ 56.25 36.41 58.1 -
YUV 163.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 252 112 199 0 0.56 0.21 0.01 322.71 0.96 0.71
Hex FC 70 C7 0 38 15 1 143 60 47
Octal 374 160 307 0 70 25 1 503 140 107
Binary 11111100 1110000 11000111 0 111000 10101 1 101000011 1100000 1000111

Color Harmonies of #FC70C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70C7

Black with #FC70C7

Text Example


Text Example

White with #FC70C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70C7; }

 p { color: rgb(252,112,199); }

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

background-color css

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

 a { background-color: rgb(252,112,199); }

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

border-color css

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

 span { border-color: rgb(252,112,199); }

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