Html Css Color HEX #FE61CF Neon Pink

📋 copy color: '#FE61CF'

red 254 ◦ green 97 ◦ blue 207

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

Shades of Neon Pink #FE61CF

Tints of Neon Pink #FE61CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.38%

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

R = 45.52%
G = 17.38%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE61CF (or 0xFE61CF) is known color: Neon Pink. HEX triplet: FE, 61 and CF. RGB value is (254,97,207). Sum of RGB (Red+Green+Blue) = 254+97+207=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 97 (38.28% from 255 or 17.38% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61CF is #019E30. Grayscale: #9C9C9C. Windows color (decimal): -106033 or 13591038. OLE color: 13591038.

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

Color convert

RGB 254 97 207 -
CMYK 0 0.62 0.19 0.00
HSL 317.96º 0.99% 0.69% -
HSV(B) 317.96º 0.62% 1% -
XYZ 56.41 34.13 62.65 -
YUV 156.48 156.51 197.56 -
System Red Green Blue C M Y K H S L
Decimal 254 97 207 0 0.62 0.19 0.00 317.96 0.99 0.69
Hex FE 61 CF 0 3E 13 0 13E 63 45
Octal 376 141 317 0 76 23 0 476 143 105
Binary 11111110 1100001 11001111 0 111110 10011 0 100111110 1100011 1000101

Color Harmonies of #FE61CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE61CF

Black with #FE61CF

Text Example


Text Example

White with #FE61CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE61CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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