Html Css Color HEX #FF61C5 Neon Pink

📋 copy color: '#FF61C5'

red 255 ◦ green 97 ◦ blue 197

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

Shades of Neon Pink #FF61C5

Tints of Neon Pink #FF61C5

RGB

 RED value IS 255 (100% from 255) = 46.45%

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

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

R = 46.45%
G = 17.67%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF61C5 (or 0xFF61C5) is known color: Neon Pink. HEX triplet: FF, 61 and C5. RGB value is (255,97,197). Sum of RGB (Red+Green+Blue) = 255+97+197=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 97 (38.28% from 255 or 17.67% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61C5 is #009E3A. Grayscale: #9B9B9B. Windows color (decimal): -40507 or 12935679. OLE color: 12935679.

HSL color Cylindrical-coordinate representation of color #FF61C5: hue angle of 322.03º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF61C5 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 97 197 -
CMYK 0 0.62 0.23 0
HSL 322.03º 1% 0.69% -
HSV(B) 322.03º 0.62% 1% -
XYZ 55.59 33.84 56.43 -
YUV 155.64 151.35 198.87 -
System Red Green Blue C M Y K H S L
Decimal 255 97 197 0 0.62 0.23 0 322.03 1 0.69
Hex FF 61 C5 0 3E 17 0 142 64 45
Octal 377 141 305 0 76 27 0 502 144 105
Binary 11111111 1100001 11000101 0 111110 10111 0 101000010 1100100 1000101

Color Harmonies of #FF61C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61C5

Black with #FF61C5

Text Example


Text Example

White with #FF61C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61C5; }

 p { color: rgb(255,97,197); }

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

background-color css

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

 a { background-color: rgb(255,97,197); }

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

border-color css

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

 span { border-color: rgb(255,97,197); }

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