Html Css Color HEX #FE73BD Neon Pink

📋 copy color: '#FE73BD'

red 254 ◦ green 115 ◦ blue 189

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

Shades of Neon Pink #FE73BD

Tints of Neon Pink #FE73BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.87%

R = 45.52%
G = 20.61%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE73BD (or 0xFE73BD) is known color: Neon Pink. HEX triplet: FE, 73 and BD. RGB value is (254,115,189). Sum of RGB (Red+Green+Blue) = 254+115+189=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73BD is #018C42. Grayscale: #A4A4A4. Windows color (decimal): -101443 or 12415998. OLE color: 12415998.

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

Color convert

RGB 254 115 189 -
CMYK 0 0.55 0.26 0.00
HSL 328.06º 0.99% 0.72% -
HSV(B) 328.06º 0.55% 1% -
XYZ 56.19 37.01 52.33 -
YUV 165 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 254 115 189 0 0.55 0.26 0.00 328.06 0.99 0.72
Hex FE 73 BD 0 37 1A 0 148 63 48
Octal 376 163 275 0 67 32 0 510 143 110
Binary 11111110 1110011 10111101 0 110111 11010 0 101001000 1100011 1001000

Color Harmonies of #FE73BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73BD

Black with #FE73BD

Text Example


Text Example

White with #FE73BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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