#F96FBE

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

Shades of Neon Pink #F96FBE

Tints of Neon Pink #F96FBE

Color information

#F96FBE (or 0xF96FBE) is unknown color: approx Neon Pink. HEX triplet: F9, 6F and BE. RGB value is (249,111,190). Sum of RGB (Red+Green+Blue) = 249+111+190=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96FBE is #069041. Grayscale: #A1A1A1. Windows color (decimal): -430146 or 12480505. OLE color: 12480505.

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

Color convert

RGB249111190-
CMYK00.550.240.02
HSL325.65º92%70.59%-
HSV(B)325.65º55.42%97.65%-
XYZ54.0535.2352.67-
YUV161.27144.22190.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.27%
GREEN value IS 111 (43.75% from 255) = 20.18%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=45.27%
G=20.18%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911119000.550.240.02325.659270.59
HexF96FBE0371821465c47
Octal371157276067302506134107
Binary111110011101111101111100110111110001010100011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96FBE; }

 p { color: rgb(249,111,190); }

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

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

 a { background-color: rgb(249,111,190); }

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

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

 span { border-color: rgb(249,111,190); }

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