#F469CE

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

Shades of Neon Pink #F469CE

Tints of Neon Pink #F469CE

Color information

#F469CE (or 0xF469CE) is unknown color: approx Neon Pink. HEX triplet: F4, 69 and CE. RGB value is (244,105,206). Sum of RGB (Red+Green+Blue) = 244+105+206=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F469CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469CE is #0B9631. Grayscale: #9D9D9D. Windows color (decimal): -759346 or 13527540. OLE color: 13527540.

HSL color Cylindrical-coordinate representation of color #F469CE: hue angle of 316.4º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F469CE is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244105206-
CMYK00.570.160.04
HSL316.4º86.34%68.43%-
HSV(B)316.4º56.97%95.69%-
XYZ53.533.7962.1-
YUV158.08155.05189.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.96%
GREEN value IS 105 (41.41% from 255) = 18.92%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=43.96%
G=18.92%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410520600.570.160.04316.486.3468.43
HexF469CE03910413c5644
Octal364151316071204474126104
Binary1111010011010011100111001110011000010010011110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F469CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F469CE; }

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

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

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

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

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

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

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

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