Html Css Color HEX #FC60DA Neon Pink

📋 copy color: '#FC60DA'

red 252 ◦ green 96 ◦ blue 218

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

Shades of Neon Pink #FC60DA

Tints of Neon Pink #FC60DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 44.52%
G = 16.96%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC60DA (or 0xFC60DA) is known color: Neon Pink. HEX triplet: FC, 60 and DA. RGB value is (252,96,218). Sum of RGB (Red+Green+Blue) = 252+96+218=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60DA is #039F25. Grayscale: #9C9C9C. Windows color (decimal): -237350 or 14311676. OLE color: 14311676.

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

Color convert

RGB 252 96 218 -
CMYK 0 0.62 0.13 0.01
HSL 313.08º 0.96% 0.68% -
HSV(B) 313.08º 0.62% 0.99% -
XYZ 56.98 34.12 69.91 -
YUV 156.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 252 96 218 0 0.62 0.13 0.01 313.08 0.96 0.68
Hex FC 60 DA 0 3E D 1 139 60 44
Octal 374 140 332 0 76 15 1 471 140 104
Binary 11111100 1100000 11011010 0 111110 1101 1 100111001 1100000 1000100

Color Harmonies of #FC60DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60DA

Black with #FC60DA

Text Example


Text Example

White with #FC60DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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