#F97BD0

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

Shades of Neon Pink #F97BD0

Tints of Neon Pink #F97BD0

Color information

#F97BD0 (or 0xF97BD0) is unknown color: approx Neon Pink. HEX triplet: F9, 7B and D0. RGB value is (249,123,208). Sum of RGB (Red+Green+Blue) = 249+123+208=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BD0 is #06842F. Grayscale: #AAAAAA. Windows color (decimal): -427056 or 13663225. OLE color: 13663225.

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

Color convert

RGB249123208-
CMYK00.510.160.02
HSL319.52º91.3%72.94%-
HSV(B)319.52º50.6%97.65%-
XYZ57.5438.8664.14-
YUV170.36149.24184.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.93%
GREEN value IS 123 (48.44% from 255) = 21.21%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=42.93%
G=21.21%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912320800.510.160.02319.5291.372.94
HexF97BD00331021405b49
Octal371173320063202500133111
Binary111110011111011110100000110011100001010100000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97BD0; }

 p { color: rgb(249,123,208); }

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

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

 a { background-color: rgb(249,123,208); }

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

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

 span { border-color: rgb(249,123,208); }

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