Html Css Color HEX #FC74C0 Neon Pink

📋 copy color: '#FC74C0'

red 252 ◦ green 116 ◦ blue 192

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

Shades of Neon Pink #FC74C0

Tints of Neon Pink #FC74C0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.71%

 BLUE value IS 192 (75.39% from 255) = 34.29%

R = 45%
G = 20.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC74C0 (or 0xFC74C0) is known color: Neon Pink. HEX triplet: FC, 74 and C0. RGB value is (252,116,192). Sum of RGB (Red+Green+Blue) = 252+116+192=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74C0 is #038B3F. Grayscale: #A5A5A5. Windows color (decimal): -232256 or 12612860. OLE color: 12612860.

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

Color convert

RGB 252 116 192 -
CMYK 0 0.54 0.24 0.01
HSL 326.47º 0.96% 0.72% -
HSV(B) 326.47º 0.54% 0.99% -
XYZ 55.9 36.99 54.06 -
YUV 165.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 252 116 192 0 0.54 0.24 0.01 326.47 0.96 0.72
Hex FC 74 C0 0 36 18 1 146 60 48
Octal 374 164 300 0 66 30 1 506 140 110
Binary 11111100 1110100 11000000 0 110110 11000 1 101000110 1100000 1001000

Color Harmonies of #FC74C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74C0

Black with #FC74C0

Text Example


Text Example

White with #FC74C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74C0; }

 p { color: rgb(252,116,192); }

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

background-color css

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

 a { background-color: rgb(252,116,192); }

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

border-color css

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

 span { border-color: rgb(252,116,192); }

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