Html Css Color HEX #FC52CF Neon Pink

📋 copy color: '#FC52CF'

red 252 ◦ green 82 ◦ blue 207

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

Shades of Neon Pink #FC52CF

Tints of Neon Pink #FC52CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 46.58%
G = 15.16%
B = 38.26%

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

#FC52CF (or 0xFC52CF) is known color: Neon Pink. HEX triplet: FC, 52 and CF. RGB value is (252,82,207). Sum of RGB (Red+Green+Blue) = 252+82+207=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52CF is #03AD30. Grayscale: #929292. Windows color (decimal): -240945 or 13587196. OLE color: 13587196.

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

Color convert

RGB 252 82 207 -
CMYK 0 0.67 0.18 0.01
HSL 315.88º 0.97% 0.65% -
HSV(B) 315.88º 0.67% 0.99% -
XYZ 54.42 31.24 62.19 -
YUV 147.08 161.82 202.84 -
System Red Green Blue C M Y K H S L
Decimal 252 82 207 0 0.67 0.18 0.01 315.88 0.97 0.65
Hex FC 52 CF 0 43 12 1 13C 61 41
Octal 374 122 317 0 103 22 1 474 141 101
Binary 11111100 1010010 11001111 0 1000011 10010 1 100111100 1100001 1000001

Color Harmonies of #FC52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52CF

Black with #FC52CF

Text Example


Text Example

White with #FC52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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