Html Css Color HEX #FE60C9 Neon Pink

📋 copy color: '#FE60C9'

red 254 ◦ green 96 ◦ blue 201

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

Shades of Neon Pink #FE60C9

Tints of Neon Pink #FE60C9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.42%

 BLUE value IS 201 (78.91% from 255) = 36.48%

R = 46.1%
G = 17.42%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE60C9 (or 0xFE60C9) is known color: Neon Pink. HEX triplet: FE, 60 and C9. RGB value is (254,96,201). Sum of RGB (Red+Green+Blue) = 254+96+201=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60C9 is #019F36. Grayscale: #9A9A9A. Windows color (decimal): -106295 or 13197566. OLE color: 13197566.

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

Color convert

RGB 254 96 201 -
CMYK 0 0.62 0.21 0.00
HSL 320.13º 0.99% 0.69% -
HSV(B) 320.13º 0.62% 1% -
XYZ 55.6 33.65 58.82 -
YUV 155.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 254 96 201 0 0.62 0.21 0.00 320.13 0.99 0.69
Hex FE 60 C9 0 3E 15 0 140 63 45
Octal 376 140 311 0 76 25 0 500 143 105
Binary 11111110 1100000 11001001 0 111110 10101 0 101000000 1100011 1000101

Color Harmonies of #FE60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE60C9

Black with #FE60C9

Text Example


Text Example

White with #FE60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE60C9; }

 p { color: rgb(254,96,201); }

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

background-color css

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

 a { background-color: rgb(254,96,201); }

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

border-color css

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

 span { border-color: rgb(254,96,201); }

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