Html Css Color HEX #FE72BE Neon Pink

📋 copy color: '#FE72BE'

red 254 ◦ green 114 ◦ blue 190

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

Shades of Neon Pink #FE72BE

Tints of Neon Pink #FE72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.43%

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

R = 45.52%
G = 20.43%
B = 34.05%

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

#FE72BE (or 0xFE72BE) is known color: Neon Pink. HEX triplet: FE, 72 and BE. RGB value is (254,114,190). Sum of RGB (Red+Green+Blue) = 254+114+190=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72BE is #018D41. Grayscale: #A4A4A4. Windows color (decimal): -101698 or 12481278. OLE color: 12481278.

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

Color convert

RGB 254 114 190 -
CMYK 0 0.55 0.25 0.00
HSL 327.43º 0.99% 0.72% -
HSV(B) 327.43º 0.55% 1% -
XYZ 56.18 36.82 52.86 -
YUV 164.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 254 114 190 0 0.55 0.25 0.00 327.43 0.99 0.72
Hex FE 72 BE 0 37 19 0 147 63 48
Octal 376 162 276 0 67 31 0 507 143 110
Binary 11111110 1110010 10111110 0 110111 11001 0 101000111 1100011 1001000

Color Harmonies of #FE72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72BE

Black with #FE72BE

Text Example


Text Example

White with #FE72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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