#F972CD

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

Shades of Neon Pink #F972CD

Tints of Neon Pink #F972CD

Color information

#F972CD (or 0xF972CD) is unknown color: approx Neon Pink. HEX triplet: F9, 72 and CD. RGB value is (249,114,205). Sum of RGB (Red+Green+Blue) = 249+114+205=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F972CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972CD is #068D32. Grayscale: #A4A4A4. Windows color (decimal): -429363 or 13464313. OLE color: 13464313.

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

Color convert

RGB249114205-
CMYK00.540.180.02
HSL319.56º91.84%71.18%-
HSV(B)319.56º54.22%97.65%-
XYZ56.136.5861.86-
YUV164.74150.73188.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 114 (44.92% from 255) = 20.07%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=43.84%
G=20.07%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911420500.540.180.02319.5691.8471.18
HexF972CD0361221405c47
Octal371162315066222500134107
Binary111110011110010110011010110110100101010100000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972CD; }

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

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

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

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

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

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

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

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