Html Css Color HEX #FC70D9 Neon Pink

📋 copy color: '#FC70D9'

red 252 ◦ green 112 ◦ blue 217

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

Shades of Neon Pink #FC70D9

Tints of Neon Pink #FC70D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.35%

R = 43.37%
G = 19.28%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC70D9 (or 0xFC70D9) is known color: Neon Pink. HEX triplet: FC, 70 and D9. RGB value is (252,112,217). Sum of RGB (Red+Green+Blue) = 252+112+217=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70D9 is #038F26. Grayscale: #A5A5A5. Windows color (decimal): -233255 or 14250236. OLE color: 14250236.

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

Color convert

RGB 252 112 217 -
CMYK 0 0.56 0.14 0.01
HSL 315º 0.96% 0.71% -
HSV(B) 315º 0.56% 0.99% -
XYZ 58.46 37.29 69.76 -
YUV 165.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 252 112 217 0 0.56 0.14 0.01 315 0.96 0.71
Hex FC 70 D9 0 38 E 1 13B 60 47
Octal 374 160 331 0 70 16 1 473 140 107
Binary 11111100 1110000 11011001 0 111000 1110 1 100111011 1100000 1000111

Color Harmonies of #FC70D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70D9

Black with #FC70D9

Text Example


Text Example

White with #FC70D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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