Html Css Color HEX #FE73BE Neon Pink

📋 copy color: '#FE73BE'

red 254 ◦ green 115 ◦ blue 190

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

Shades of Neon Pink #FE73BE

Tints of Neon Pink #FE73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.99%

R = 45.44%
G = 20.57%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE73BE (or 0xFE73BE) is known color: Neon Pink. HEX triplet: FE, 73 and BE. RGB value is (254,115,190). Sum of RGB (Red+Green+Blue) = 254+115+190=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73BE is #018C41. Grayscale: #A4A4A4. Windows color (decimal): -101442 or 12481534. OLE color: 12481534.

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

Color convert

RGB 254 115 190 -
CMYK 0 0.55 0.25 0.00
HSL 327.63º 0.99% 0.72% -
HSV(B) 327.63º 0.55% 1% -
XYZ 56.3 37.05 52.9 -
YUV 165.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 254 115 190 0 0.55 0.25 0.00 327.63 0.99 0.72
Hex FE 73 BE 0 37 19 0 148 63 48
Octal 376 163 276 0 67 31 0 510 143 110
Binary 11111110 1110011 10111110 0 110111 11001 0 101001000 1100011 1001000

Color Harmonies of #FE73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73BE

Black with #FE73BE

Text Example


Text Example

White with #FE73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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