Html Css Color HEX #FD73CE Neon Pink

📋 copy color: '#FD73CE'

red 253 ◦ green 115 ◦ blue 206

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

Shades of Neon Pink #FD73CE

Tints of Neon Pink #FD73CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.03%

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 44.08%
G = 20.03%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD73CE (or 0xFD73CE) is known color: Neon Pink. HEX triplet: FD, 73 and CE. RGB value is (253,115,206). Sum of RGB (Red+Green+Blue) = 253+115+206=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73CE is #028C31. Grayscale: #A6A6A6. Windows color (decimal): -166962 or 13530109. OLE color: 13530109.

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

Color convert

RGB 253 115 206 -
CMYK 0 0.55 0.19 0.01
HSL 320.43º 0.97% 0.72% -
HSV(B) 320.43º 0.55% 0.99% -
XYZ 57.78 37.6 62.6 -
YUV 166.64 150.22 189.6 -
System Red Green Blue C M Y K H S L
Decimal 253 115 206 0 0.55 0.19 0.01 320.43 0.97 0.72
Hex FD 73 CE 0 37 13 1 140 61 48
Octal 375 163 316 0 67 23 1 500 141 110
Binary 11111101 1110011 11001110 0 110111 10011 1 101000000 1100001 1001000

Color Harmonies of #FD73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD73CE

Black with #FD73CE

Text Example


Text Example

White with #FD73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD73CE; }

 p { color: rgb(253,115,206); }

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

background-color css

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

 a { background-color: rgb(253,115,206); }

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

border-color css

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

 span { border-color: rgb(253,115,206); }

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