Html Css Color HEX #FC74D1 Neon Pink

📋 copy color: '#FC74D1'

red 252 ◦ green 116 ◦ blue 209

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

Shades of Neon Pink #FC74D1

Tints of Neon Pink #FC74D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.22%

R = 43.67%
G = 20.1%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC74D1 (or 0xFC74D1) is known color: Neon Pink. HEX triplet: FC, 74 and D1. RGB value is (252,116,209). Sum of RGB (Red+Green+Blue) = 252+116+209=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74D1 is #038B2E. Grayscale: #A7A7A7. Windows color (decimal): -232239 or 13726972. OLE color: 13726972.

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

Color convert

RGB 252 116 209 -
CMYK 0 0.54 0.17 0.01
HSL 318.97º 0.96% 0.72% -
HSV(B) 318.97º 0.54% 0.99% -
XYZ 57.9 37.79 64.56 -
YUV 167.27 151.56 188.44 -
System Red Green Blue C M Y K H S L
Decimal 252 116 209 0 0.54 0.17 0.01 318.97 0.96 0.72
Hex FC 74 D1 0 36 11 1 13F 60 48
Octal 374 164 321 0 66 21 1 477 140 110
Binary 11111100 1110100 11010001 0 110110 10001 1 100111111 1100000 1001000

Color Harmonies of #FC74D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74D1

Black with #FC74D1

Text Example


Text Example

White with #FC74D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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