Html Css Color HEX #FC61C3 Neon Pink

📋 copy color: '#FC61C3'

red 252 ◦ green 97 ◦ blue 195

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

Shades of Neon Pink #FC61C3

Tints of Neon Pink #FC61C3

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.83%

 BLUE value IS 195 (76.56% from 255) = 35.85%

R = 46.32%
G = 17.83%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC61C3 (or 0xFC61C3) is known color: Neon Pink. HEX triplet: FC, 61 and C3. RGB value is (252,97,195). Sum of RGB (Red+Green+Blue) = 252+97+195=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC61C3 is #039E3C. Grayscale: #9A9A9A. Windows color (decimal): -237117 or 12804604. OLE color: 12804604.

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

Color convert

RGB 252 97 195 -
CMYK 0 0.62 0.23 0.01
HSL 322.06º 0.96% 0.68% -
HSV(B) 322.06º 0.62% 0.99% -
XYZ 54.27 33.18 55.17 -
YUV 154.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 252 97 195 0 0.62 0.23 0.01 322.06 0.96 0.68
Hex FC 61 C3 0 3E 17 1 142 60 44
Octal 374 141 303 0 76 27 1 502 140 104
Binary 11111100 1100001 11000011 0 111110 10111 1 101000010 1100000 1000100

Color Harmonies of #FC61C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC61C3

Black with #FC61C3

Text Example


Text Example

White with #FC61C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC61C3; }

 p { color: rgb(252,97,195); }

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

background-color css

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

 a { background-color: rgb(252,97,195); }

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

border-color css

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

 span { border-color: rgb(252,97,195); }

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