Html Css Color HEX #F163CB Neon Pink

📋 copy color: '#F163CB'

red 241 ◦ green 99 ◦ blue 203

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

Shades of Neon Pink #F163CB

Tints of Neon Pink #F163CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 44.38%
G = 18.23%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F163CB (or 0xF163CB) is known color: Neon Pink. HEX triplet: F1, 63 and CB. RGB value is (241,99,203). Sum of RGB (Red+Green+Blue) = 241+99+203=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F163CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163CB is #0E9C34. Grayscale: #999999. Windows color (decimal): -957493 or 13329393. OLE color: 13329393.

HSL color Cylindrical-coordinate representation of color #F163CB: hue angle of 316.06º 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 #F163CB is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 99 203 -
CMYK 0 0.59 0.16 0.05
HSL 316.06º 0.84% 0.67% -
HSV(B) 316.06º 0.59% 0.95% -
XYZ 51.52 31.94 59.95 -
YUV 153.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 241 99 203 0 0.59 0.16 0.05 316.06 0.84 0.67
Hex F1 63 CB 0 3B 10 5 13C 54 43
Octal 361 143 313 0 73 20 5 474 124 103
Binary 11110001 1100011 11001011 0 111011 10000 101 100111100 1010100 1000011

Color Harmonies of #F163CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163CB

Black with #F163CB

Text Example


Text Example

White with #F163CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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