Html Css Color HEX #F163CE Neon Pink

📋 copy color: '#F163CE'

red 241 ◦ green 99 ◦ blue 206

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

Shades of Neon Pink #F163CE

Tints of Neon Pink #F163CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 44.14%
G = 18.13%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F163CE (or 0xF163CE) is known color: Neon Pink. HEX triplet: F1, 63 and CE. RGB value is (241,99,206). Sum of RGB (Red+Green+Blue) = 241+99+206=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F163CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163CE is #0E9C31. Grayscale: #999999. Windows color (decimal): -957490 or 13526001. OLE color: 13526001.

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

Color convert

RGB 241 99 206 -
CMYK 0 0.59 0.15 0.05
HSL 314.79º 0.84% 0.67% -
HSV(B) 314.79º 0.59% 0.95% -
XYZ 51.88 32.08 61.85 -
YUV 153.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 241 99 206 0 0.59 0.15 0.05 314.79 0.84 0.67
Hex F1 63 CE 0 3B F 5 13B 54 43
Octal 361 143 316 0 73 17 5 473 124 103
Binary 11110001 1100011 11001110 0 111011 1111 101 100111011 1010100 1000011

Color Harmonies of #F163CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163CE

Black with #F163CE

Text Example


Text Example

White with #F163CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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