Html Css Color HEX #F660C1 Neon Pink

📋 copy color: '#F660C1'

red 246 ◦ green 96 ◦ blue 193

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

Shades of Neon Pink #F660C1

Tints of Neon Pink #F660C1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.94%

 BLUE value IS 193 (75.78% from 255) = 36.07%

R = 45.98%
G = 17.94%
B = 36.07%

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

#F660C1 (or 0xF660C1) is known color: Neon Pink. HEX triplet: F6, 60 and C1. RGB value is (246,96,193). Sum of RGB (Red+Green+Blue) = 246+96+193=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F660C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F660C1 is #099F3E. Grayscale: #979797. Windows color (decimal): -630591 or 12673270. OLE color: 12673270.

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

Color convert

RGB 246 96 193 -
CMYK 0 0.61 0.22 0.04
HSL 321.2º 0.89% 0.67% -
HSV(B) 321.2º 0.61% 0.96% -
XYZ 51.81 31.81 53.86 -
YUV 151.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 246 96 193 0 0.61 0.22 0.04 321.2 0.89 0.67
Hex F6 60 C1 0 3D 16 4 141 59 43
Octal 366 140 301 0 75 26 4 501 131 103
Binary 11110110 1100000 11000001 0 111101 10110 100 101000001 1011001 1000011

Color Harmonies of #F660C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F660C1

Black with #F660C1

Text Example


Text Example

White with #F660C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F660C1; }

 p { color: rgb(246,96,193); }

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

background-color css

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

 a { background-color: rgb(246,96,193); }

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

border-color css

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

 span { border-color: rgb(246,96,193); }

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