Html Css Color HEX #FE5CC6 Neon Pink

📋 copy color: '#FE5CC6'

red 254 ◦ green 92 ◦ blue 198

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

Shades of Neon Pink #FE5CC6

Tints of Neon Pink #FE5CC6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.91%

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

R = 46.69%
G = 16.91%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE5CC6 (or 0xFE5CC6) is known color: Neon Pink. HEX triplet: FE, 5C and C6. RGB value is (254,92,198). Sum of RGB (Red+Green+Blue) = 254+92+198=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CC6 is #01A339. Grayscale: #989898. Windows color (decimal): -107322 or 12999934. OLE color: 12999934.

HSL color Cylindrical-coordinate representation of color #FE5CC6: hue angle of 320.74º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5CC6 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 92 198 -
CMYK 0 0.64 0.22 0.00
HSL 320.74º 0.99% 0.68% -
HSV(B) 320.74º 0.64% 1% -
XYZ 54.89 32.8 56.86 -
YUV 152.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 254 92 198 0 0.64 0.22 0.00 320.74 0.99 0.68
Hex FE 5C C6 0 40 16 0 141 63 44
Octal 376 134 306 0 100 26 0 501 143 104
Binary 11111110 1011100 11000110 0 1000000 10110 0 101000001 1100011 1000100

Color Harmonies of #FE5CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5CC6

Black with #FE5CC6

Text Example


Text Example

White with #FE5CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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