Html Css Color HEX #FC74C8 Neon Pink

📋 copy color: '#FC74C8'

red 252 ◦ green 116 ◦ blue 200

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

Shades of Neon Pink #FC74C8

Tints of Neon Pink #FC74C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.21%

R = 44.37%
G = 20.42%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC74C8 (or 0xFC74C8) is known color: Neon Pink. HEX triplet: FC, 74 and C8. RGB value is (252,116,200). Sum of RGB (Red+Green+Blue) = 252+116+200=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74C8 is #038B37. Grayscale: #A6A6A6. Windows color (decimal): -232248 or 13137148. OLE color: 13137148.

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

Color convert

RGB 252 116 200 -
CMYK 0 0.54 0.21 0.01
HSL 322.94º 0.96% 0.72% -
HSV(B) 322.94º 0.54% 0.99% -
XYZ 56.82 37.36 58.86 -
YUV 166.24 147.06 189.17 -
System Red Green Blue C M Y K H S L
Decimal 252 116 200 0 0.54 0.21 0.01 322.94 0.96 0.72
Hex FC 74 C8 0 36 15 1 143 60 48
Octal 374 164 310 0 66 25 1 503 140 110
Binary 11111100 1110100 11001000 0 110110 10101 1 101000011 1100000 1001000

Color Harmonies of #FC74C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74C8

Black with #FC74C8

Text Example


Text Example

White with #FC74C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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