Html Css Color HEX #F168CE Neon Pink

📋 copy color: '#F168CE'

red 241 ◦ green 104 ◦ blue 206

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

Shades of Neon Pink #F168CE

Tints of Neon Pink #F168CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.87%

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

R = 43.74%
G = 18.87%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F168CE (or 0xF168CE) is known color: Neon Pink. HEX triplet: F1, 68 and CE. RGB value is (241,104,206). Sum of RGB (Red+Green+Blue) = 241+104+206=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F168CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168CE is #0E9731. Grayscale: #9C9C9C. Windows color (decimal): -956210 or 13527281. OLE color: 13527281.

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

Color convert

RGB 241 104 206 -
CMYK 0 0.57 0.15 0.05
HSL 315.33º 0.83% 0.68% -
HSV(B) 315.33º 0.57% 0.95% -
XYZ 52.37 33.06 62.01 -
YUV 156.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 241 104 206 0 0.57 0.15 0.05 315.33 0.83 0.68
Hex F1 68 CE 0 39 F 5 13B 53 44
Octal 361 150 316 0 71 17 5 473 123 104
Binary 11110001 1101000 11001110 0 111001 1111 101 100111011 1010011 1000100

Color Harmonies of #F168CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168CE

Black with #F168CE

Text Example


Text Example

White with #F168CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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