Html Css Color HEX #FC70C5 Neon Pink

📋 copy color: '#FC70C5'

red 252 ◦ green 112 ◦ blue 197

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

Shades of Neon Pink #FC70C5

Tints of Neon Pink #FC70C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.12%

R = 44.92%
G = 19.96%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC70C5 (or 0xFC70C5) is known color: Neon Pink. HEX triplet: FC, 70 and C5. RGB value is (252,112,197). Sum of RGB (Red+Green+Blue) = 252+112+197=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70C5 is #038F3A. Grayscale: #A3A3A3. Windows color (decimal): -233275 or 12939516. OLE color: 12939516.

HSL color Cylindrical-coordinate representation of color #FC70C5: hue angle of 323.57º 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 #FC70C5 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 112 197 -
CMYK 0 0.56 0.22 0.01
HSL 323.57º 0.96% 0.71% -
HSV(B) 323.57º 0.56% 0.99% -
XYZ 56.02 36.32 56.88 -
YUV 163.55 146.88 191.09 -
System Red Green Blue C M Y K H S L
Decimal 252 112 197 0 0.56 0.22 0.01 323.57 0.96 0.71
Hex FC 70 C5 0 38 16 1 144 60 47
Octal 374 160 305 0 70 26 1 504 140 107
Binary 11111100 1110000 11000101 0 111000 10110 1 101000100 1100000 1000111

Color Harmonies of #FC70C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70C5

Black with #FC70C5

Text Example


Text Example

White with #FC70C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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