Html Css Color HEX #F166BE Neon Pink

📋 copy color: '#F166BE'

red 241 ◦ green 102 ◦ blue 190

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

Shades of Neon Pink #F166BE

Tints of Neon Pink #F166BE

RGB

 RED value IS 241 (94.53% from 255) = 45.22%

 GREEN value IS 102 (40.23% from 255) = 19.14%

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 45.22%
G = 19.14%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F166BE (or 0xF166BE) is known color: Neon Pink. HEX triplet: F1, 66 and BE. RGB value is (241,102,190). Sum of RGB (Red+Green+Blue) = 241+102+190=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F166BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166BE is #0E9941. Grayscale: #999999. Windows color (decimal): -956738 or 12478193. OLE color: 12478193.

HSL color Cylindrical-coordinate representation of color #F166BE: hue angle of 322.01º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166BE is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 102 190 -
CMYK 0 0.58 0.21 0.05
HSL 322.01º 0.83% 0.67% -
HSV(B) 322.01º 0.58% 0.95% -
XYZ 50.32 31.92 52.22 -
YUV 153.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 241 102 190 0 0.58 0.21 0.05 322.01 0.83 0.67
Hex F1 66 BE 0 3A 15 5 142 53 43
Octal 361 146 276 0 72 25 5 502 123 103
Binary 11110001 1100110 10111110 0 111010 10101 101 101000010 1010011 1000011

Color Harmonies of #F166BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F166BE

Black with #F166BE

Text Example


Text Example

White with #F166BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F166BE; }

 p { color: rgb(241,102,190); }

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

background-color css

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

 a { background-color: rgb(241,102,190); }

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

border-color css

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

 span { border-color: rgb(241,102,190); }

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