#F970BD

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

Shades of Neon Pink #F970BD

Tints of Neon Pink #F970BD

Color information

#F970BD (or 0xF970BD) is unknown color: approx Neon Pink. HEX triplet: F9, 70 and BD. RGB value is (249,112,189). Sum of RGB (Red+Green+Blue) = 249+112+189=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F970BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970BD is #068F42. Grayscale: #A1A1A1. Windows color (decimal): -429891 or 12415225. OLE color: 12415225.

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

Color convert

RGB249112189-
CMYK00.550.240.02
HSL326.28º91.95%70.78%-
HSV(B)326.28º55.02%97.65%-
XYZ54.0535.452.13-
YUV161.74143.39190.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.27%
GREEN value IS 112 (44.14% from 255) = 20.36%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=45.27%
G=20.36%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911218900.550.240.02326.2891.9570.78
HexF970BD0371821465c47
Octal371160275067302506134107
Binary111110011110000101111010110111110001010100011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F970BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F970BD; }

 p { color: rgb(249,112,189); }

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

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

 a { background-color: rgb(249,112,189); }

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

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

 span { border-color: rgb(249,112,189); }

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