Html Css Color HEX #FC70C2 Neon Pink

📋 copy color: '#FC70C2'

red 252 ◦ green 112 ◦ blue 194

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

Shades of Neon Pink #FC70C2

Tints of Neon Pink #FC70C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.77%

R = 45.16%
G = 20.07%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC70C2 (or 0xFC70C2) is known color: Neon Pink. HEX triplet: FC, 70 and C2. RGB value is (252,112,194). Sum of RGB (Red+Green+Blue) = 252+112+194=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70C2 is #038F3D. Grayscale: #A3A3A3. Windows color (decimal): -233278 or 12742908. OLE color: 12742908.

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

Color convert

RGB 252 112 194 -
CMYK 0 0.56 0.23 0.01
HSL 324.86º 0.96% 0.71% -
HSV(B) 324.86º 0.56% 0.99% -
XYZ 55.68 36.18 55.09 -
YUV 163.21 145.38 191.33 -
System Red Green Blue C M Y K H S L
Decimal 252 112 194 0 0.56 0.23 0.01 324.86 0.96 0.71
Hex FC 70 C2 0 38 17 1 145 60 47
Octal 374 160 302 0 70 27 1 505 140 107
Binary 11111100 1110000 11000010 0 111000 10111 1 101000101 1100000 1000111

Color Harmonies of #FC70C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70C2

Black with #FC70C2

Text Example


Text Example

White with #FC70C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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