Html Css Color HEX #FC70C6 Neon Pink

📋 copy color: '#FC70C6'

red 252 ◦ green 112 ◦ blue 198

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

Shades of Neon Pink #FC70C6

Tints of Neon Pink #FC70C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.23%

R = 44.84%
G = 19.93%
B = 35.23%

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

#FC70C6 (or 0xFC70C6) is known color: Neon Pink. HEX triplet: FC, 70 and C6. RGB value is (252,112,198). Sum of RGB (Red+Green+Blue) = 252+112+198=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70C6 is #038F39. Grayscale: #A3A3A3. Windows color (decimal): -233274 or 13005052. OLE color: 13005052.

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

Color convert

RGB 252 112 198 -
CMYK 0 0.56 0.21 0.01
HSL 323.14º 0.96% 0.71% -
HSV(B) 323.14º 0.56% 0.99% -
XYZ 56.13 36.36 57.49 -
YUV 163.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 252 112 198 0 0.56 0.21 0.01 323.14 0.96 0.71
Hex FC 70 C6 0 38 15 1 143 60 47
Octal 374 160 306 0 70 25 1 503 140 107
Binary 11111100 1110000 11000110 0 111000 10101 1 101000011 1100000 1000111

Color Harmonies of #FC70C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70C6

Black with #FC70C6

Text Example


Text Example

White with #FC70C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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