#F169CE

Color #F169CE Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F169CE

Tints of Neon Pink #F169CE

Color information

#F169CE (or 0xF169CE) is unknown color: approx Neon Pink. HEX triplet: F1, 69 and CE. RGB value is (241,105,206). Sum of RGB (Red+Green+Blue) = 241+105+206=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F169CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169CE is #0E9631. Grayscale: #9C9C9C. Windows color (decimal): -955954 or 13527537. OLE color: 13527537.

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

Color convert

RGB241105206-
CMYK00.560.150.05
HSL315.44º82.93%67.84%-
HSV(B)315.44º56.43%94.51%-
XYZ52.4733.2662.05-
YUV157.18155.56187.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=43.66%
G=19.02%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110520600.560.150.05315.4482.9367.84
HexF169CE038F513b5344
Octal361151316070175473123104
Binary111100011101001110011100111000111110110011101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F169CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F169CE; }

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

 H1.HeaderClassName
 {
   color: #F169CE;
 }
 .AnyTagClassName
 {
   color: #F169CE;
 }
</style>
background-color css

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

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

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

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

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

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