Html Css Color HEX #FC70CC Neon Pink

📋 copy color: '#FC70CC'

red 252 ◦ green 112 ◦ blue 204

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

Shades of Neon Pink #FC70CC

Tints of Neon Pink #FC70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 44.37%
G = 19.72%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC70CC (or 0xFC70CC) is known color: Neon Pink. HEX triplet: FC, 70 and CC. RGB value is (252,112,204). Sum of RGB (Red+Green+Blue) = 252+112+204=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70CC is #038F33. Grayscale: #A4A4A4. Windows color (decimal): -233268 or 13398268. OLE color: 13398268.

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

Color convert

RGB 252 112 204 -
CMYK 0 0.56 0.19 0.01
HSL 320.57º 0.96% 0.71% -
HSV(B) 320.57º 0.56% 0.99% -
XYZ 56.84 36.64 61.2 -
YUV 164.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 252 112 204 0 0.56 0.19 0.01 320.57 0.96 0.71
Hex FC 70 CC 0 38 13 1 141 60 47
Octal 374 160 314 0 70 23 1 501 140 107
Binary 11111100 1110000 11001100 0 111000 10011 1 101000001 1100000 1000111

Color Harmonies of #FC70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70CC

Black with #FC70CC

Text Example


Text Example

White with #FC70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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