Html Css Color HEX #FC60D5 Neon Pink

📋 copy color: '#FC60D5'

red 252 ◦ green 96 ◦ blue 213

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

Shades of Neon Pink #FC60D5

Tints of Neon Pink #FC60D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.97%

R = 44.92%
G = 17.11%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC60D5 (or 0xFC60D5) is known color: Neon Pink. HEX triplet: FC, 60 and D5. RGB value is (252,96,213). Sum of RGB (Red+Green+Blue) = 252+96+213=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60D5 is #039F2A. Grayscale: #9B9B9B. Windows color (decimal): -237355 or 13983996. OLE color: 13983996.

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

Color convert

RGB 252 96 213 -
CMYK 0 0.62 0.15 0.01
HSL 315º 0.96% 0.68% -
HSV(B) 315º 0.62% 0.99% -
XYZ 56.34 33.87 66.52 -
YUV 155.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 252 96 213 0 0.62 0.15 0.01 315 0.96 0.68
Hex FC 60 D5 0 3E F 1 13B 60 44
Octal 374 140 325 0 76 17 1 473 140 104
Binary 11111100 1100000 11010101 0 111110 1111 1 100111011 1100000 1000100

Color Harmonies of #FC60D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60D5

Black with #FC60D5

Text Example


Text Example

White with #FC60D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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