Html Css Color HEX #FC58C9 Neon Pink

📋 copy color: '#FC58C9'

red 252 ◦ green 88 ◦ blue 201

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

Shades of Neon Pink #FC58C9

Tints of Neon Pink #FC58C9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.27%

 BLUE value IS 201 (78.91% from 255) = 37.15%

R = 46.58%
G = 16.27%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC58C9 (or 0xFC58C9) is known color: Neon Pink. HEX triplet: FC, 58 and C9. RGB value is (252,88,201). Sum of RGB (Red+Green+Blue) = 252+88+201=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC58C9 is #03A736. Grayscale: #959595. Windows color (decimal): -239415 or 13195516. OLE color: 13195516.

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

Color convert

RGB 252 88 201 -
CMYK 0 0.65 0.20 0.01
HSL 318.66º 0.96% 0.67% -
HSV(B) 318.66º 0.65% 0.99% -
XYZ 54.18 31.89 58.56 -
YUV 149.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 252 88 201 0 0.65 0.20 0.01 318.66 0.96 0.67
Hex FC 58 C9 0 41 14 1 13F 60 43
Octal 374 130 311 0 101 24 1 477 140 103
Binary 11111100 1011000 11001001 0 1000001 10100 1 100111111 1100000 1000011

Color Harmonies of #FC58C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58C9

Black with #FC58C9

Text Example


Text Example

White with #FC58C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58C9; }

 p { color: rgb(252,88,201); }

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

background-color css

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

 a { background-color: rgb(252,88,201); }

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

border-color css

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

 span { border-color: rgb(252,88,201); }

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