Html Css Color HEX #FD74C5 Neon Pink

📋 copy color: '#FD74C5'

red 253 ◦ green 116 ◦ blue 197

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

Shades of Neon Pink #FD74C5

Tints of Neon Pink #FD74C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.81%

R = 44.7%
G = 20.49%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FD74C5 (or 0xFD74C5) is known color: Neon Pink. HEX triplet: FD, 74 and C5. RGB value is (253,116,197). Sum of RGB (Red+Green+Blue) = 253+116+197=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74C5 is #028B3A. Grayscale: #A6A6A6. Windows color (decimal): -166715 or 12940541. OLE color: 12940541.

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

Color convert

RGB 253 116 197 -
CMYK 0 0.54 0.22 0.01
HSL 324.53º 0.97% 0.72% -
HSV(B) 324.53º 0.54% 0.99% -
XYZ 56.83 37.4 57.05 -
YUV 166.2 145.39 189.91 -
System Red Green Blue C M Y K H S L
Decimal 253 116 197 0 0.54 0.22 0.01 324.53 0.97 0.72
Hex FD 74 C5 0 36 16 1 145 61 48
Octal 375 164 305 0 66 26 1 505 141 110
Binary 11111101 1110100 11000101 0 110110 10110 1 101000101 1100001 1001000

Color Harmonies of #FD74C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74C5

Black with #FD74C5

Text Example


Text Example

White with #FD74C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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