Html Css Color HEX #F66BC2 Neon Pink

📋 copy color: '#F66BC2'

red 246 ◦ green 107 ◦ blue 194

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

Shades of Neon Pink #F66BC2

Tints of Neon Pink #F66BC2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.56%

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 44.97%
G = 19.56%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F66BC2 (or 0xF66BC2) is known color: Neon Pink. HEX triplet: F6, 6B and C2. RGB value is (246,107,194). Sum of RGB (Red+Green+Blue) = 246+107+194=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66BC2 is #09943D. Grayscale: #9E9E9E. Windows color (decimal): -627774 or 12741622. OLE color: 12741622.

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

Color convert

RGB 246 107 194 -
CMYK 0 0.57 0.21 0.04
HSL 322.45º 0.89% 0.69% -
HSV(B) 322.45º 0.57% 0.96% -
XYZ 53 34 54.81 -
YUV 158.48 148.05 190.43 -
System Red Green Blue C M Y K H S L
Decimal 246 107 194 0 0.57 0.21 0.04 322.45 0.89 0.69
Hex F6 6B C2 0 39 15 4 142 59 45
Octal 366 153 302 0 71 25 4 502 131 105
Binary 11110110 1101011 11000010 0 111001 10101 100 101000010 1011001 1000101

Color Harmonies of #F66BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66BC2

Black with #F66BC2

Text Example


Text Example

White with #F66BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66BC2; }

 p { color: rgb(246,107,194); }

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

background-color css

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

 a { background-color: rgb(246,107,194); }

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

border-color css

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

 span { border-color: rgb(246,107,194); }

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