Html Css Color HEX #FE72C6 Neon Pink

📋 copy color: '#FE72C6'

red 254 ◦ green 114 ◦ blue 198

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

Shades of Neon Pink #FE72C6

Tints of Neon Pink #FE72C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.98%

R = 44.88%
G = 20.14%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE72C6 (or 0xFE72C6) is known color: Neon Pink. HEX triplet: FE, 72 and C6. RGB value is (254,114,198). Sum of RGB (Red+Green+Blue) = 254+114+198=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72C6 is #018D39. Grayscale: #A5A5A5. Windows color (decimal): -101690 or 13005566. OLE color: 13005566.

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

Color convert

RGB 254 114 198 -
CMYK 0 0.55 0.22 0.00
HSL 324º 0.99% 0.72% -
HSV(B) 324º 0.55% 1% -
XYZ 57.08 37.18 57.59 -
YUV 165.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 254 114 198 0 0.55 0.22 0.00 324 0.99 0.72
Hex FE 72 C6 0 37 16 0 144 63 48
Octal 376 162 306 0 67 26 0 504 143 110
Binary 11111110 1110010 11000110 0 110111 10110 0 101000100 1100011 1001000

Color Harmonies of #FE72C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72C6

Black with #FE72C6

Text Example


Text Example

White with #FE72C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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