#F968D5

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

Shades of Neon Pink #F968D5

Tints of Neon Pink #F968D5

Color information

#F968D5 (or 0xF968D5) is unknown color: approx Neon Pink. HEX triplet: F9, 68 and D5. RGB value is (249,104,213). Sum of RGB (Red+Green+Blue) = 249+104+213=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F968D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968D5 is #06972A. Grayscale: #9F9F9F. Windows color (decimal): -431915 or 13986041. OLE color: 13986041.

HSL color Cylindrical-coordinate representation of color #F968D5: hue angle of 314.9º 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 #F968D5 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB249104213-
CMYK00.580.140.02
HSL314.9º92.36%69.22%-
HSV(B)314.9º58.23%97.65%-
XYZ56.0334.8466.72-
YUV159.78158.04191.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.99%
GREEN value IS 104 (41.02% from 255) = 18.37%
BLUE value IS 213 (83.59% from 255) = 37.63%
R=43.99%
G=18.37%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910421300.580.140.02314.992.3669.22
HexF968D503AE213b5c45
Octal371150325072162473134105
Binary11111001110100011010101011101011101010011101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F968D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F968D5; }

 p { color: rgb(249,104,213); }

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

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

 a { background-color: rgb(249,104,213); }

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

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

 span { border-color: rgb(249,104,213); }

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