Html Css Color HEX #FC52CE Neon Pink

📋 copy color: '#FC52CE'

red 252 ◦ green 82 ◦ blue 206

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

Shades of Neon Pink #FC52CE

Tints of Neon Pink #FC52CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 46.67%
G = 15.19%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC52CE (or 0xFC52CE) is known color: Neon Pink. HEX triplet: FC, 52 and CE. RGB value is (252,82,206). Sum of RGB (Red+Green+Blue) = 252+82+206=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 82 (32.42% from 255 or 15.19% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52CE is #03AD31. Grayscale: #929292. Windows color (decimal): -240946 or 13521660. OLE color: 13521660.

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

Color convert

RGB 252 82 206 -
CMYK 0 0.67 0.18 0.01
HSL 316.24º 0.97% 0.65% -
HSV(B) 316.24º 0.67% 0.99% -
XYZ 54.3 31.19 61.55 -
YUV 146.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 252 82 206 0 0.67 0.18 0.01 316.24 0.97 0.65
Hex FC 52 CE 0 43 12 1 13C 61 41
Octal 374 122 316 0 103 22 1 474 141 101
Binary 11111100 1010010 11001110 0 1000011 10010 1 100111100 1100001 1000001

Color Harmonies of #FC52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52CE

Black with #FC52CE

Text Example


Text Example

White with #FC52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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