#F469CB

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

Shades of Neon Pink #F469CB

Tints of Neon Pink #F469CB

Color information

#F469CB (or 0xF469CB) is unknown color: approx Neon Pink. HEX triplet: F4, 69 and CB. RGB value is (244,105,203). Sum of RGB (Red+Green+Blue) = 244+105+203=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F469CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469CB is #0B9634. Grayscale: #9D9D9D. Windows color (decimal): -759349 or 13330932. OLE color: 13330932.

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

Color convert

RGB244105203-
CMYK00.570.170.04
HSL317.7º86.34%68.43%-
HSV(B)317.7º56.97%95.69%-
XYZ53.1433.6560.19-
YUV157.73153.55189.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.20%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=44.20%
G=19.02%
B=36.78%

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
Decimal24410520300.570.170.04317.786.3468.43
HexF469CB03911413e5644
Octal364151313071214476126104
Binary1111010011010011100101101110011000110010011111010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F469CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F469CB; }

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

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

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

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

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

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

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

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