#F965BE

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

Shades of Neon Pink #F965BE

Tints of Neon Pink #F965BE

Color information

#F965BE (or 0xF965BE) is unknown color: approx Neon Pink. HEX triplet: F9, 65 and BE. RGB value is (249,101,190). Sum of RGB (Red+Green+Blue) = 249+101+190=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F965BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965BE is #069A41. Grayscale: #9B9B9B. Windows color (decimal): -432706 or 12477945. OLE color: 12477945.

HSL color Cylindrical-coordinate representation of color #F965BE: hue angle of 323.92º degrees, saturation: 0.93, 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 #F965BE is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249101190-
CMYK00.590.240.02
HSL323.92º92.5%68.63%-
HSV(B)323.92º59.44%97.65%-
XYZ53.0133.1652.32-
YUV155.4147.53194.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.11%
GREEN value IS 101 (39.84% from 255) = 18.70%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=46.11%
G=18.70%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910119000.590.240.02323.9292.568.63
HexF965BE03B1821445c45
Octal371145276073302504134105
Binary111110011100101101111100111011110001010100010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965BE; }

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

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

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

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

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

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

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

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