Html Css Color HEX #FC70D7 Neon Pink

📋 copy color: '#FC70D7'

red 252 ◦ green 112 ◦ blue 215

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

Shades of Neon Pink #FC70D7

Tints of Neon Pink #FC70D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 43.52%
G = 19.34%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC70D7 (or 0xFC70D7) is known color: Neon Pink. HEX triplet: FC, 70 and D7. RGB value is (252,112,215). Sum of RGB (Red+Green+Blue) = 252+112+215=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70D7 is #038F28. Grayscale: #A5A5A5. Windows color (decimal): -233257 or 14119164. OLE color: 14119164.

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

Color convert

RGB 252 112 215 -
CMYK 0 0.56 0.15 0.01
HSL 315.86º 0.96% 0.71% -
HSV(B) 315.86º 0.56% 0.99% -
XYZ 58.2 37.19 68.4 -
YUV 165.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 252 112 215 0 0.56 0.15 0.01 315.86 0.96 0.71
Hex FC 70 D7 0 38 F 1 13C 60 47
Octal 374 160 327 0 70 17 1 474 140 107
Binary 11111100 1110000 11010111 0 111000 1111 1 100111100 1100000 1000111

Color Harmonies of #FC70D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70D7

Black with #FC70D7

Text Example


Text Example

White with #FC70D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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