#F469CA

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

Shades of Neon Pink #F469CA

Tints of Neon Pink #F469CA

Color information

#F469CA (or 0xF469CA) is unknown color: approx Neon Pink. HEX triplet: F4, 69 and CA. RGB value is (244,105,202). Sum of RGB (Red+Green+Blue) = 244+105+202=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F469CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469CA is #0B9635. Grayscale: #9D9D9D. Windows color (decimal): -759350 or 13265396. OLE color: 13265396.

HSL color Cylindrical-coordinate representation of color #F469CA: hue angle of 318.13º 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 #F469CA is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244105202-
CMYK00.570.170.04
HSL318.13º86.34%68.43%-
HSV(B)318.13º56.97%95.69%-
XYZ53.0233.659.57-
YUV157.62153.05189.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.28%
GREEN value IS 105 (41.41% from 255) = 19.06%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=44.28%
G=19.06%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410520200.570.170.04318.1386.3468.43
HexF469CA03911413e5644
Octal364151312071214476126104
Binary1111010011010011100101001110011000110010011111010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F469CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F469CA; }

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

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

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

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

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

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

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

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