Html Css Color HEX #FE73D5 Neon Pink

📋 copy color: '#FE73D5'

red 254 ◦ green 115 ◦ blue 213

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

Shades of Neon Pink #FE73D5

Tints of Neon Pink #FE73D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.6%

R = 43.64%
G = 19.76%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE73D5 (or 0xFE73D5) is known color: Neon Pink. HEX triplet: FE, 73 and D5. RGB value is (254,115,213). Sum of RGB (Red+Green+Blue) = 254+115+213=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73D5 is #018C2A. Grayscale: #A7A7A7. Windows color (decimal): -101419 or 13988862. OLE color: 13988862.

HSL color Cylindrical-coordinate representation of color #FE73D5: hue angle of 317.7º 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 #FE73D5 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 115 213 -
CMYK 0 0.55 0.16 0.00
HSL 317.7º 0.99% 0.72% -
HSV(B) 317.7º 0.55% 1% -
XYZ 59.01 38.14 67.2 -
YUV 167.73 153.55 189.53 -
System Red Green Blue C M Y K H S L
Decimal 254 115 213 0 0.55 0.16 0.00 317.7 0.99 0.72
Hex FE 73 D5 0 37 10 0 13E 63 48
Octal 376 163 325 0 67 20 0 476 143 110
Binary 11111110 1110011 11010101 0 110111 10000 0 100111110 1100011 1001000

Color Harmonies of #FE73D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73D5

Black with #FE73D5

Text Example


Text Example

White with #FE73D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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