Html Css Color HEX #FC70C8 Neon Pink

📋 copy color: '#FC70C8'

red 252 ◦ green 112 ◦ blue 200

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

Shades of Neon Pink #FC70C8

Tints of Neon Pink #FC70C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.46%

R = 44.68%
G = 19.86%
B = 35.46%

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

#FC70C8 (or 0xFC70C8) is known color: Neon Pink. HEX triplet: FC, 70 and C8. RGB value is (252,112,200). Sum of RGB (Red+Green+Blue) = 252+112+200=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70C8 is #038F37. Grayscale: #A3A3A3. Windows color (decimal): -233272 or 13136124. OLE color: 13136124.

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

Color convert

RGB 252 112 200 -
CMYK 0 0.56 0.21 0.01
HSL 322.29º 0.96% 0.71% -
HSV(B) 322.29º 0.56% 0.99% -
XYZ 56.36 36.45 58.71 -
YUV 163.89 148.38 190.84 -
System Red Green Blue C M Y K H S L
Decimal 252 112 200 0 0.56 0.21 0.01 322.29 0.96 0.71
Hex FC 70 C8 0 38 15 1 142 60 47
Octal 374 160 310 0 70 25 1 502 140 107
Binary 11111100 1110000 11001000 0 111000 10101 1 101000010 1100000 1000111

Color Harmonies of #FC70C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70C8

Black with #FC70C8

Text Example


Text Example

White with #FC70C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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