Html Css Color HEX #FF61C8 Neon Pink

📋 copy color: '#FF61C8'

red 255 ◦ green 97 ◦ blue 200

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

Shades of Neon Pink #FF61C8

Tints of Neon Pink #FF61C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.23%

R = 46.2%
G = 17.57%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF61C8 (or 0xFF61C8) is known color: Neon Pink. HEX triplet: FF, 61 and C8. RGB value is (255,97,200). Sum of RGB (Red+Green+Blue) = 255+97+200=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61C8 is #009E37. Grayscale: #9B9B9B. Windows color (decimal): -40504 or 13132287. OLE color: 13132287.

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

Color convert

RGB 255 97 200 -
CMYK 0 0.62 0.22 0
HSL 320.89º 1% 0.69% -
HSV(B) 320.89º 0.62% 1% -
XYZ 55.94 33.98 58.25 -
YUV 155.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 255 97 200 0 0.62 0.22 0 320.89 1 0.69
Hex FF 61 C8 0 3E 16 0 141 64 45
Octal 377 141 310 0 76 26 0 501 144 105
Binary 11111111 1100001 11001000 0 111110 10110 0 101000001 1100100 1000101

Color Harmonies of #FF61C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61C8

Black with #FF61C8

Text Example


Text Example

White with #FF61C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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