#F969D4

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

Shades of Neon Pink #F969D4

Tints of Neon Pink #F969D4

Color information

#F969D4 (or 0xF969D4) is unknown color: approx Neon Pink. HEX triplet: F9, 69 and D4. RGB value is (249,105,212). Sum of RGB (Red+Green+Blue) = 249+105+212=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F969D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969D4 is #06962B. Grayscale: #9F9F9F. Windows color (decimal): -431660 or 13920761. OLE color: 13920761.

HSL color Cylindrical-coordinate representation of color #F969D4: hue angle of 315.42º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F969D4 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB249105212-
CMYK00.580.150.02
HSL315.42º92.31%69.41%-
HSV(B)315.42º57.83%97.65%-
XYZ563566.09-
YUV160.25157.21191.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.99%
GREEN value IS 105 (41.41% from 255) = 18.55%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=43.99%
G=18.55%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910521200.580.150.02315.4292.3169.41
HexF969D403AF213b5c45
Octal371151324072172473134105
Binary11111001110100111010100011101011111010011101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F969D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F969D4; }

 p { color: rgb(249,105,212); }

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

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

 a { background-color: rgb(249,105,212); }

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

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

 span { border-color: rgb(249,105,212); }

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