#F967BF

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

Shades of Neon Pink #F967BF

Tints of Neon Pink #F967BF

Color information

#F967BF (or 0xF967BF) is unknown color: approx Neon Pink. HEX triplet: F9, 67 and BF. RGB value is (249,103,191). Sum of RGB (Red+Green+Blue) = 249+103+191=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F967BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967BF is #069840. Grayscale: #9C9C9C. Windows color (decimal): -432193 or 12543993. OLE color: 12543993.

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

Color convert

RGB249103191-
CMYK00.590.230.02
HSL323.84º92.41%69.02%-
HSV(B)323.84º58.63%97.65%-
XYZ53.3233.652.97-
YUV156.69147.37193.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.86%
GREEN value IS 103 (40.62% from 255) = 18.97%
BLUE value IS 191 (75% from 255) = 35.17%
R=45.86%
G=18.97%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910319100.590.230.02323.8492.4169.02
HexF967BF03B1721445c45
Octal371147277073272504134105
Binary111110011100111101111110111011101111010100010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F967BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F967BF; }

 p { color: rgb(249,103,191); }

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

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

 a { background-color: rgb(249,103,191); }

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

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

 span { border-color: rgb(249,103,191); }

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