Html Css Color HEX #FC70D0 Neon Pink

📋 copy color: '#FC70D0'

red 252 ◦ green 112 ◦ blue 208

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

Shades of Neon Pink #FC70D0

Tints of Neon Pink #FC70D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.36%

R = 44.06%
G = 19.58%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC70D0 (or 0xFC70D0) is known color: Neon Pink. HEX triplet: FC, 70 and D0. RGB value is (252,112,208). Sum of RGB (Red+Green+Blue) = 252+112+208=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70D0 is #038F2F. Grayscale: #A4A4A4. Windows color (decimal): -233264 or 13660412. OLE color: 13660412.

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

Color convert

RGB 252 112 208 -
CMYK 0 0.56 0.17 0.01
HSL 318.86º 0.96% 0.71% -
HSV(B) 318.86º 0.56% 0.99% -
XYZ 57.32 36.84 63.76 -
YUV 164.8 152.38 190.19 -
System Red Green Blue C M Y K H S L
Decimal 252 112 208 0 0.56 0.17 0.01 318.86 0.96 0.71
Hex FC 70 D0 0 38 11 1 13F 60 47
Octal 374 160 320 0 70 21 1 477 140 107
Binary 11111100 1110000 11010000 0 111000 10001 1 100111111 1100000 1000111

Color Harmonies of #FC70D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70D0

Black with #FC70D0

Text Example


Text Example

White with #FC70D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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