Html Css Color HEX #FC60C7 Neon Pink

📋 copy color: '#FC60C7'

red 252 ◦ green 96 ◦ blue 199

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

Shades of Neon Pink #FC60C7

Tints of Neon Pink #FC60C7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.55%

 BLUE value IS 199 (78.13% from 255) = 36.38%

R = 46.07%
G = 17.55%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC60C7 (or 0xFC60C7) is known color: Neon Pink. HEX triplet: FC, 60 and C7. RGB value is (252,96,199). Sum of RGB (Red+Green+Blue) = 252+96+199=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60C7 is #039F38. Grayscale: #9A9A9A. Windows color (decimal): -237369 or 13066492. OLE color: 13066492.

HSL color Cylindrical-coordinate representation of color #FC60C7: hue angle of 320.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC60C7 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 96 199 -
CMYK 0 0.62 0.21 0.01
HSL 320.38º 0.96% 0.68% -
HSV(B) 320.38º 0.62% 0.99% -
XYZ 54.64 33.18 57.56 -
YUV 154.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 252 96 199 0 0.62 0.21 0.01 320.38 0.96 0.68
Hex FC 60 C7 0 3E 15 1 140 60 44
Octal 374 140 307 0 76 25 1 500 140 104
Binary 11111100 1100000 11000111 0 111110 10101 1 101000000 1100000 1000100

Color Harmonies of #FC60C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60C7

Black with #FC60C7

Text Example


Text Example

White with #FC60C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60C7; }

 p { color: rgb(252,96,199); }

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

background-color css

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

 a { background-color: rgb(252,96,199); }

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

border-color css

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

 span { border-color: rgb(252,96,199); }

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