Html Css Color HEX #FE75C9 Neon Pink

📋 copy color: '#FE75C9'

red 254 ◦ green 117 ◦ blue 201

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

Shades of Neon Pink #FE75C9

Tints of Neon Pink #FE75C9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.45%

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

R = 44.41%
G = 20.45%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE75C9 (or 0xFE75C9) is known color: Neon Pink. HEX triplet: FE, 75 and C9. RGB value is (254,117,201). Sum of RGB (Red+Green+Blue) = 254+117+201=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75C9 is #018A36. Grayscale: #A7A7A7. Windows color (decimal): -100919 or 13202942. OLE color: 13202942.

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

Color convert

RGB 254 117 201 -
CMYK 0 0.54 0.21 0.00
HSL 323.21º 0.99% 0.73% -
HSV(B) 323.21º 0.54% 1% -
XYZ 57.78 38.01 59.55 -
YUV 167.54 146.89 189.67 -
System Red Green Blue C M Y K H S L
Decimal 254 117 201 0 0.54 0.21 0.00 323.21 0.99 0.73
Hex FE 75 C9 0 36 15 0 143 63 49
Octal 376 165 311 0 66 25 0 503 143 111
Binary 11111110 1110101 11001001 0 110110 10101 0 101000011 1100011 1001001

Color Harmonies of #FE75C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE75C9

Black with #FE75C9

Text Example


Text Example

White with #FE75C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE75C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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