Html Css Color HEX #FE5CCF Neon Pink

📋 copy color: '#FE5CCF'

red 254 ◦ green 92 ◦ blue 207

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

Shades of Neon Pink #FE5CCF

Tints of Neon Pink #FE5CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.43%

R = 45.93%
G = 16.64%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE5CCF (or 0xFE5CCF) is known color: Neon Pink. HEX triplet: FE, 5C and CF. RGB value is (254,92,207). Sum of RGB (Red+Green+Blue) = 254+92+207=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CCF is #01A330. Grayscale: #999999. Windows color (decimal): -107313 or 13589758. OLE color: 13589758.

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

Color convert

RGB 254 92 207 -
CMYK 0 0.64 0.19 0.00
HSL 317.41º 0.99% 0.68% -
HSV(B) 317.41º 0.64% 1% -
XYZ 55.96 33.23 62.5 -
YUV 153.55 158.17 199.65 -
System Red Green Blue C M Y K H S L
Decimal 254 92 207 0 0.64 0.19 0.00 317.41 0.99 0.68
Hex FE 5C CF 0 40 13 0 13D 63 44
Octal 376 134 317 0 100 23 0 475 143 104
Binary 11111110 1011100 11001111 0 1000000 10011 0 100111101 1100011 1000100

Color Harmonies of #FE5CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5CCF

Black with #FE5CCF

Text Example


Text Example

White with #FE5CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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