Html Css Color HEX #FC70CA Neon Pink

📋 copy color: '#FC70CA'

red 252 ◦ green 112 ◦ blue 202

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

Shades of Neon Pink #FC70CA

Tints of Neon Pink #FC70CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.69%

R = 44.52%
G = 19.79%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC70CA (or 0xFC70CA) is known color: Neon Pink. HEX triplet: FC, 70 and CA. RGB value is (252,112,202). Sum of RGB (Red+Green+Blue) = 252+112+202=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70CA is #038F35. Grayscale: #A3A3A3. Windows color (decimal): -233270 or 13267196. OLE color: 13267196.

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

Color convert

RGB 252 112 202 -
CMYK 0 0.56 0.20 0.01
HSL 321.43º 0.96% 0.71% -
HSV(B) 321.43º 0.56% 0.99% -
XYZ 56.6 36.55 59.95 -
YUV 164.12 149.38 190.68 -
System Red Green Blue C M Y K H S L
Decimal 252 112 202 0 0.56 0.20 0.01 321.43 0.96 0.71
Hex FC 70 CA 0 38 14 1 141 60 47
Octal 374 160 312 0 70 24 1 501 140 107
Binary 11111100 1110000 11001010 0 111000 10100 1 101000001 1100000 1000111

Color Harmonies of #FC70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70CA

Black with #FC70CA

Text Example


Text Example

White with #FC70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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