#F975CB

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

Shades of Neon Pink #F975CB

Tints of Neon Pink #F975CB

Color information

#F975CB (or 0xF975CB) is unknown color: approx Neon Pink. HEX triplet: F9, 75 and CB. RGB value is (249,117,203). Sum of RGB (Red+Green+Blue) = 249+117+203=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F975CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975CB is #068A34. Grayscale: #A6A6A6. Windows color (decimal): -428597 or 13334009. OLE color: 13334009.

HSL color Cylindrical-coordinate representation of color #F975CB: hue angle of 320.91º 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 #F975CB is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249117203-
CMYK00.530.180.02
HSL320.91º91.67%71.76%-
HSV(B)320.91º53.01%97.65%-
XYZ56.2137.1760.71-
YUV166.27148.73187.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.76%
GREEN value IS 117 (46.09% from 255) = 20.56%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=43.76%
G=20.56%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911720300.530.180.02320.9191.6771.76
HexF975CB0351221415c48
Octal371165313065222501134110
Binary111110011110101110010110110101100101010100000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F975CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F975CB; }

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

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

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

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

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

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

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

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