#F978CA

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

Shades of Neon Pink #F978CA

Tints of Neon Pink #F978CA

Color information

#F978CA (or 0xF978CA) is unknown color: approx Neon Pink. HEX triplet: F9, 78 and CA. RGB value is (249,120,202). Sum of RGB (Red+Green+Blue) = 249+120+202=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F978CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978CA is #068735. Grayscale: #A7A7A7. Windows color (decimal): -427830 or 13269241. OLE color: 13269241.

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

Color convert

RGB249120202-
CMYK00.520.190.02
HSL321.86º91.49%72.35%-
HSV(B)321.86º51.81%97.65%-
XYZ56.4437.8460.21-
YUV167.92147.24185.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 120 (47.27% from 255) = 21.02%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=43.61%
G=21.02%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912020200.520.190.02321.8691.4972.35
HexF978CA0341321425b48
Octal371170312064232502133110
Binary111110011111000110010100110100100111010100001010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F978CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F978CA; }

 p { color: rgb(249,120,202); }

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

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

 a { background-color: rgb(249,120,202); }

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

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

 span { border-color: rgb(249,120,202); }

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