Html Css Color HEX #FE75CE Neon Pink

📋 copy color: '#FE75CE'

red 254 ◦ green 117 ◦ blue 206

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

Shades of Neon Pink #FE75CE

Tints of Neon Pink #FE75CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 44.02%
G = 20.28%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE75CE (or 0xFE75CE) is known color: Neon Pink. HEX triplet: FE, 75 and CE. RGB value is (254,117,206). Sum of RGB (Red+Green+Blue) = 254+117+206=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75CE is #018A31. Grayscale: #A7A7A7. Windows color (decimal): -100914 or 13530622. OLE color: 13530622.

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

Color convert

RGB 254 117 206 -
CMYK 0 0.54 0.19 0.00
HSL 321.02º 0.99% 0.73% -
HSV(B) 321.02º 0.54% 1% -
XYZ 58.37 38.25 62.7 -
YUV 168.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 254 117 206 0 0.54 0.19 0.00 321.02 0.99 0.73
Hex FE 75 CE 0 36 13 0 141 63 49
Octal 376 165 316 0 66 23 0 501 143 111
Binary 11111110 1110101 11001110 0 110110 10011 0 101000001 1100011 1001001

Color Harmonies of #FE75CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE75CE

Black with #FE75CE

Text Example


Text Example

White with #FE75CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE75CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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