Html Css Color HEX #FD74C1 Neon Pink

📋 copy color: '#FD74C1'

red 253 ◦ green 116 ◦ blue 193

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

Shades of Neon Pink #FD74C1

Tints of Neon Pink #FD74C1

RGB

 RED value IS 253 (99.22% from 255) = 45.02%

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

 BLUE value IS 193 (75.78% from 255) = 34.34%

R = 45.02%
G = 20.64%
B = 34.34%

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

#FD74C1 (or 0xFD74C1) is known color: Neon Pink. HEX triplet: FD, 74 and C1. RGB value is (253,116,193). Sum of RGB (Red+Green+Blue) = 253+116+193=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74C1 is #028B3E. Grayscale: #A5A5A5. Windows color (decimal): -166719 or 12678397. OLE color: 12678397.

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

Color convert

RGB 253 116 193 -
CMYK 0 0.54 0.24 0.01
HSL 326.28º 0.97% 0.72% -
HSV(B) 326.28º 0.54% 0.99% -
XYZ 56.38 37.22 54.67 -
YUV 165.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 253 116 193 0 0.54 0.24 0.01 326.28 0.97 0.72
Hex FD 74 C1 0 36 18 1 146 61 48
Octal 375 164 301 0 66 30 1 506 141 110
Binary 11111101 1110100 11000001 0 110110 11000 1 101000110 1100001 1001000

Color Harmonies of #FD74C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74C1

Black with #FD74C1

Text Example


Text Example

White with #FD74C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74C1; }

 p { color: rgb(253,116,193); }

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

background-color css

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

 a { background-color: rgb(253,116,193); }

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

border-color css

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

 span { border-color: rgb(253,116,193); }

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