Html Css Color HEX #F661C0 Neon Pink

📋 copy color: '#F661C0'

red 246 ◦ green 97 ◦ blue 192

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

Shades of Neon Pink #F661C0

Tints of Neon Pink #F661C0

RGB

 RED value IS 246 (96.48% from 255) = 45.98%

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

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

R = 45.98%
G = 18.13%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F661C0 (or 0xF661C0) is known color: Neon Pink. HEX triplet: F6, 61 and C0. RGB value is (246,97,192). Sum of RGB (Red+Green+Blue) = 246+97+192=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F661C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F661C0 is #099E3F. Grayscale: #989898. Windows color (decimal): -630336 or 12607990. OLE color: 12607990.

HSL color Cylindrical-coordinate representation of color #F661C0: hue angle of 321.74º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F661C0 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 97 192 -
CMYK 0 0.61 0.22 0.04
HSL 321.75º 0.89% 0.67% -
HSV(B) 321.75º 0.61% 0.96% -
XYZ 51.8 31.95 53.31 -
YUV 152.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 246 97 192 0 0.61 0.22 0.04 321.75 0.89 0.67
Hex F6 61 C0 0 3D 16 4 142 59 43
Octal 366 141 300 0 75 26 4 502 131 103
Binary 11110110 1100001 11000000 0 111101 10110 100 101000010 1011001 1000011

Color Harmonies of #F661C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F661C0

Black with #F661C0

Text Example


Text Example

White with #F661C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F661C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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