Html Css Color HEX #FF61C0 Neon Pink

📋 copy color: '#FF61C0'

red 255 ◦ green 97 ◦ blue 192

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

Shades of Neon Pink #FF61C0

Tints of Neon Pink #FF61C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 46.88%
G = 17.83%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF61C0 (or 0xFF61C0) is known color: Neon Pink. HEX triplet: FF, 61 and C0. RGB value is (255,97,192). Sum of RGB (Red+Green+Blue) = 255+97+192=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61C0 is #009E3F. Grayscale: #9A9A9A. Windows color (decimal): -40512 or 12607999. OLE color: 12607999.

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

Color convert

RGB 255 97 192 -
CMYK 0 0.62 0.25 0
HSL 323.92º 1% 0.69% -
HSV(B) 323.92º 0.62% 1% -
XYZ 55.03 33.62 53.46 -
YUV 155.07 148.85 199.28 -
System Red Green Blue C M Y K H S L
Decimal 255 97 192 0 0.62 0.25 0 323.92 1 0.69
Hex FF 61 C0 0 3E 19 0 144 64 45
Octal 377 141 300 0 76 31 0 504 144 105
Binary 11111111 1100001 11000000 0 111110 11001 0 101000100 1100100 1000101

Color Harmonies of #FF61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61C0

Black with #FF61C0

Text Example


Text Example

White with #FF61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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