#F95BC1

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

Shades of Neon Pink #F95BC1

Tints of Neon Pink #F95BC1

Color information

#F95BC1 (or 0xF95BC1) is unknown color: approx Neon Pink. HEX triplet: F9, 5B and C1. RGB value is (249,91,193). Sum of RGB (Red+Green+Blue) = 249+91+193=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F95BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95BC1 is #06A43E. Grayscale: #959595. Windows color (decimal): -435263 or 12671993. OLE color: 12671993.

HSL color Cylindrical-coordinate representation of color #F95BC1: hue angle of 321.27º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95BC1 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB24991193-
CMYK00.630.220.02
HSL321.27º92.94%66.67%-
HSV(B)321.27º63.45%97.65%-
XYZ52.4331.4753.76-
YUV149.87152.35198.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.72%
GREEN value IS 91 (35.94% from 255) = 17.07%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=46.72%
G=17.07%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499119300.630.220.02321.2792.9466.67
HexF95BC103F1621415d43
Octal371133301077262501135103
Binary111110011011011110000010111111101101010100000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95BC1; }

 p { color: rgb(249,91,193); }

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

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

 a { background-color: rgb(249,91,193); }

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

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

 span { border-color: rgb(249,91,193); }

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