Html Css Color HEX #F970BE Neon Pink

📋 copy color: '#F970BE'

red 249 ◦ green 112 ◦ blue 190

#F970BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F970BE

Tints of Neon Pink #F970BE

RGB

 RED value IS 249 (97.66% from 255) = 45.19%

 GREEN value IS 112 (44.14% from 255) = 20.33%

 BLUE value IS 190 (74.61% from 255) = 34.48%

R = 45.19%
G = 20.33%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F970BE (or 0xF970BE) is known color: Neon Pink. HEX triplet: F9, 70 and BE. RGB value is (249,112,190). Sum of RGB (Red+Green+Blue) = 249+112+190=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F970BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970BE is #068F41. Grayscale: #A1A1A1. Windows color (decimal): -429890 or 12480761. OLE color: 12480761.

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

Color convert

RGB 249 112 190 -
CMYK 0 0.55 0.24 0.02
HSL 325.84º 0.92% 0.71% -
HSV(B) 325.84º 0.55% 0.98% -
XYZ 54.16 35.45 52.7 -
YUV 161.86 143.89 190.16 -
System Red Green Blue C M Y K H S L
Decimal 249 112 190 0 0.55 0.24 0.02 325.84 0.92 0.71
Hex F9 70 BE 0 37 18 2 146 5C 47
Octal 371 160 276 0 67 30 2 506 134 107
Binary 11111001 1110000 10111110 0 110111 11000 10 101000110 1011100 1000111

Color Harmonies of #F970BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970BE

Black with #F970BE

Text Example


Text Example

White with #F970BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970BE; }

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

 H1.HeaderClassName
 {
   color: #F970BE;
 }
 .AnyTagClassName
 {
   color: #F970BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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