Html Css Color HEX #FE73D0 Neon Pink

📋 copy color: '#FE73D0'

red 254 ◦ green 115 ◦ blue 208

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

Shades of Neon Pink #FE73D0

Tints of Neon Pink #FE73D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 44.02%
G = 19.93%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE73D0 (or 0xFE73D0) is known color: Neon Pink. HEX triplet: FE, 73 and D0. RGB value is (254,115,208). Sum of RGB (Red+Green+Blue) = 254+115+208=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73D0 is #018C2F. Grayscale: #A6A6A6. Windows color (decimal): -101424 or 13661182. OLE color: 13661182.

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

Color convert

RGB 254 115 208 -
CMYK 0 0.55 0.18 0.00
HSL 319.86º 0.99% 0.72% -
HSV(B) 319.86º 0.55% 1% -
XYZ 58.39 37.89 63.91 -
YUV 167.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 254 115 208 0 0.55 0.18 0.00 319.86 0.99 0.72
Hex FE 73 D0 0 37 12 0 140 63 48
Octal 376 163 320 0 67 22 0 500 143 110
Binary 11111110 1110011 11010000 0 110111 10010 0 101000000 1100011 1001000

Color Harmonies of #FE73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73D0

Black with #FE73D0

Text Example


Text Example

White with #FE73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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