Html Css Color HEX #FE72CC Neon Pink

📋 copy color: '#FE72CC'

red 254 ◦ green 114 ◦ blue 204

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

Shades of Neon Pink #FE72CC

Tints of Neon Pink #FE72CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.66%

R = 44.41%
G = 19.93%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE72CC (or 0xFE72CC) is known color: Neon Pink. HEX triplet: FE, 72 and CC. RGB value is (254,114,204). Sum of RGB (Red+Green+Blue) = 254+114+204=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72CC is #018D33. Grayscale: #A5A5A5. Windows color (decimal): -101684 or 13398782. OLE color: 13398782.

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

Color convert

RGB 254 114 204 -
CMYK 0 0.55 0.20 0.00
HSL 321.43º 0.99% 0.72% -
HSV(B) 321.43º 0.55% 1% -
XYZ 57.79 37.47 61.31 -
YUV 166.12 149.38 190.68 -
System Red Green Blue C M Y K H S L
Decimal 254 114 204 0 0.55 0.20 0.00 321.43 0.99 0.72
Hex FE 72 CC 0 37 14 0 141 63 48
Octal 376 162 314 0 67 24 0 501 143 110
Binary 11111110 1110010 11001100 0 110111 10100 0 101000001 1100011 1001000

Color Harmonies of #FE72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72CC

Black with #FE72CC

Text Example


Text Example

White with #FE72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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