Html Css Color HEX #FE75C5 Neon Pink

📋 copy color: '#FE75C5'

red 254 ◦ green 117 ◦ blue 197

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

Shades of Neon Pink #FE75C5

Tints of Neon Pink #FE75C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.68%

R = 44.72%
G = 20.6%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE75C5 (or 0xFE75C5) is known color: Neon Pink. HEX triplet: FE, 75 and C5. RGB value is (254,117,197). Sum of RGB (Red+Green+Blue) = 254+117+197=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75C5 is #018A3A. Grayscale: #A6A6A6. Windows color (decimal): -100923 or 12940798. OLE color: 12940798.

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

Color convert

RGB 254 117 197 -
CMYK 0 0.54 0.22 0.00
HSL 324.96º 0.99% 0.73% -
HSV(B) 324.96º 0.54% 1% -
XYZ 57.31 37.82 57.1 -
YUV 167.08 144.89 190 -
System Red Green Blue C M Y K H S L
Decimal 254 117 197 0 0.54 0.22 0.00 324.96 0.99 0.73
Hex FE 75 C5 0 36 16 0 145 63 49
Octal 376 165 305 0 66 26 0 505 143 111
Binary 11111110 1110101 11000101 0 110110 10110 0 101000101 1100011 1001001

Color Harmonies of #FE75C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE75C5

Black with #FE75C5

Text Example


Text Example

White with #FE75C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE75C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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