Html Css Color HEX #F163BE Neon Pink

📋 copy color: '#F163BE'

red 241 ◦ green 99 ◦ blue 190

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

Shades of Neon Pink #F163BE

Tints of Neon Pink #F163BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.68%

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

R = 45.47%
G = 18.68%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F163BE (or 0xF163BE) is known color: Neon Pink. HEX triplet: F1, 63 and BE. RGB value is (241,99,190). Sum of RGB (Red+Green+Blue) = 241+99+190=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F163BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163BE is #0E9C41. Grayscale: #979797. Windows color (decimal): -957506 or 12477425. OLE color: 12477425.

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

Color convert

RGB 241 99 190 -
CMYK 0 0.59 0.21 0.05
HSL 321.55º 0.84% 0.67% -
HSV(B) 321.55º 0.59% 0.95% -
XYZ 50.03 31.34 52.13 -
YUV 151.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 241 99 190 0 0.59 0.21 0.05 321.55 0.84 0.67
Hex F1 63 BE 0 3B 15 5 142 54 43
Octal 361 143 276 0 73 25 5 502 124 103
Binary 11110001 1100011 10111110 0 111011 10101 101 101000010 1010100 1000011

Color Harmonies of #F163BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163BE

Black with #F163BE

Text Example


Text Example

White with #F163BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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