Html Css Color HEX #FE73CD Neon Pink

📋 copy color: '#FE73CD'

red 254 ◦ green 115 ◦ blue 205

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

Shades of Neon Pink #FE73CD

Tints of Neon Pink #FE73CD

RGB

 RED value IS 254 (99.61% from 255) = 44.25%

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

 BLUE value IS 205 (80.47% from 255) = 35.71%

R = 44.25%
G = 20.03%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE73CD (or 0xFE73CD) is known color: Neon Pink. HEX triplet: FE, 73 and CD. RGB value is (254,115,205). Sum of RGB (Red+Green+Blue) = 254+115+205=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73CD is #018C32. Grayscale: #A6A6A6. Windows color (decimal): -101427 or 13464574. OLE color: 13464574.

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

Color convert

RGB 254 115 205 -
CMYK 0 0.55 0.19 0.00
HSL 321.15º 0.99% 0.72% -
HSV(B) 321.15º 0.55% 1% -
XYZ 58.02 37.74 61.98 -
YUV 166.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 254 115 205 0 0.55 0.19 0.00 321.15 0.99 0.72
Hex FE 73 CD 0 37 13 0 141 63 48
Octal 376 163 315 0 67 23 0 501 143 110
Binary 11111110 1110011 11001101 0 110111 10011 0 101000001 1100011 1001000

Color Harmonies of #FE73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73CD

Black with #FE73CD

Text Example


Text Example

White with #FE73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73CD; }

 p { color: rgb(254,115,205); }

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

background-color css

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

 a { background-color: rgb(254,115,205); }

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

border-color css

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

 span { border-color: rgb(254,115,205); }

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