Html Css Color HEX #FC60D9 Neon Pink

📋 copy color: '#FC60D9'

red 252 ◦ green 96 ◦ blue 217

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

Shades of Neon Pink #FC60D9

Tints of Neon Pink #FC60D9

RGB

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

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

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

R = 44.6%
G = 16.99%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC60D9 (or 0xFC60D9) is known color: Neon Pink. HEX triplet: FC, 60 and D9. RGB value is (252,96,217). Sum of RGB (Red+Green+Blue) = 252+96+217=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60D9 is #039F26. Grayscale: #9C9C9C. Windows color (decimal): -237351 or 14246140. OLE color: 14246140.

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

Color convert

RGB 252 96 217 -
CMYK 0 0.62 0.14 0.01
HSL 313.46º 0.96% 0.68% -
HSV(B) 313.46º 0.62% 0.99% -
XYZ 56.85 34.07 69.23 -
YUV 156.44 162.18 196.16 -
System Red Green Blue C M Y K H S L
Decimal 252 96 217 0 0.62 0.14 0.01 313.46 0.96 0.68
Hex FC 60 D9 0 3E E 1 139 60 44
Octal 374 140 331 0 76 16 1 471 140 104
Binary 11111100 1100000 11011001 0 111110 1110 1 100111001 1100000 1000100

Color Harmonies of #FC60D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60D9

Black with #FC60D9

Text Example


Text Example

White with #FC60D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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