#F972CF

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

Shades of Neon Pink #F972CF

Tints of Neon Pink #F972CF

Color information

#F972CF (or 0xF972CF) is unknown color: approx Neon Pink. HEX triplet: F9, 72 and CF. RGB value is (249,114,207). Sum of RGB (Red+Green+Blue) = 249+114+207=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F972CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972CF is #068D30. Grayscale: #A4A4A4. Windows color (decimal): -429361 or 13595385. OLE color: 13595385.

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

Color convert

RGB249114207-
CMYK00.540.170.02
HSL318.67º91.84%71.18%-
HSV(B)318.67º54.22%97.65%-
XYZ56.3536.6863.14-
YUV164.97151.73187.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.68%
GREEN value IS 114 (44.92% from 255) = 20%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=43.68%
G=20%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911420700.540.170.02318.6791.8471.18
HexF972CF03611213f5c47
Octal371162317066212477134107
Binary111110011110010110011110110110100011010011111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972CF; }

 p { color: rgb(249,114,207); }

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

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

 a { background-color: rgb(249,114,207); }

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

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

 span { border-color: rgb(249,114,207); }

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