#F975D2

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

Shades of Neon Pink #F975D2

Tints of Neon Pink #F975D2

Color information

#F975D2 (or 0xF975D2) is unknown color: approx Neon Pink. HEX triplet: F9, 75 and D2. RGB value is (249,117,210). Sum of RGB (Red+Green+Blue) = 249+117+210=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F975D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975D2 is #068A2D. Grayscale: #A6A6A6. Windows color (decimal): -428590 or 13792761. OLE color: 13792761.

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

Color convert

RGB249117210-
CMYK00.530.160.02
HSL317.73º91.67%71.76%-
HSV(B)317.73º53.01%97.65%-
XYZ57.0637.5265.21-
YUV167.07152.23186.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.23%
GREEN value IS 117 (46.09% from 255) = 20.31%
BLUE value IS 210 (82.42% from 255) = 36.46%
R=43.23%
G=20.31%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911721000.530.160.02317.7391.6771.76
HexF975D203510213e5c48
Octal371165322065202476134110
Binary111110011110101110100100110101100001010011111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F975D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F975D2; }

 p { color: rgb(249,117,210); }

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

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

 a { background-color: rgb(249,117,210); }

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

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

 span { border-color: rgb(249,117,210); }

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