Html Css Color HEX #FC52C5 Neon Pink

📋 copy color: '#FC52C5'

red 252 ◦ green 82 ◦ blue 197

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

Shades of Neon Pink #FC52C5

Tints of Neon Pink #FC52C5

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.44%

 BLUE value IS 197 (77.34% from 255) = 37.1%

R = 47.46%
G = 15.44%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC52C5 (or 0xFC52C5) is known color: Neon Pink. HEX triplet: FC, 52 and C5. RGB value is (252,82,197). Sum of RGB (Red+Green+Blue) = 252+82+197=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52C5 is #03AD3A. Grayscale: #919191. Windows color (decimal): -240955 or 12931836. OLE color: 12931836.

HSL color Cylindrical-coordinate representation of color #FC52C5: hue angle of 319.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC52C5 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 82 197 -
CMYK 0 0.67 0.22 0.01
HSL 319.41º 0.97% 0.65% -
HSV(B) 319.41º 0.67% 0.99% -
XYZ 53.24 30.76 55.95 -
YUV 145.94 156.82 203.65 -
System Red Green Blue C M Y K H S L
Decimal 252 82 197 0 0.67 0.22 0.01 319.41 0.97 0.65
Hex FC 52 C5 0 43 16 1 13F 61 41
Octal 374 122 305 0 103 26 1 477 141 101
Binary 11111100 1010010 11000101 0 1000011 10110 1 100111111 1100001 1000001

Color Harmonies of #FC52C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52C5

Black with #FC52C5

Text Example


Text Example

White with #FC52C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52C5; }

 p { color: rgb(252,82,197); }

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

background-color css

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

 a { background-color: rgb(252,82,197); }

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

border-color css

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

 span { border-color: rgb(252,82,197); }

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