Html Css Color HEX #FC53C6 Neon Pink

📋 copy color: '#FC53C6'

red 252 ◦ green 83 ◦ blue 198

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

Shades of Neon Pink #FC53C6

Tints of Neon Pink #FC53C6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.57%

 BLUE value IS 198 (77.73% from 255) = 37.15%

R = 47.28%
G = 15.57%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC53C6 (or 0xFC53C6) is known color: Neon Pink. HEX triplet: FC, 53 and C6. RGB value is (252,83,198). Sum of RGB (Red+Green+Blue) = 252+83+198=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53C6 is #03AC39. Grayscale: #929292. Windows color (decimal): -240698 or 12997628. OLE color: 12997628.

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

Color convert

RGB 252 83 198 -
CMYK 0 0.67 0.21 0.01
HSL 319.17º 0.97% 0.66% -
HSV(B) 319.17º 0.67% 0.99% -
XYZ 53.43 30.96 56.59 -
YUV 146.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 252 83 198 0 0.67 0.21 0.01 319.17 0.97 0.66
Hex FC 53 C6 0 43 15 1 13F 61 42
Octal 374 123 306 0 103 25 1 477 141 102
Binary 11111100 1010011 11000110 0 1000011 10101 1 100111111 1100001 1000010

Color Harmonies of #FC53C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53C6

Black with #FC53C6

Text Example


Text Example

White with #FC53C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53C6; }

 p { color: rgb(252,83,198); }

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

background-color css

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

 a { background-color: rgb(252,83,198); }

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

border-color css

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

 span { border-color: rgb(252,83,198); }

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